Mercurial > hg > hg-fastimport
changeset 54:9608f415ebe8
test-fastimport-anonbranch: use explicit datesort to avoid breaking test
| author | Greg Ward <greg-hg@gerg.ca> |
|---|---|
| date | Sun, 19 Jul 2009 11:56:59 -0400 |
| parents | a719e9ac4a8c |
| children | a88f0dd05e92 |
| files | tests/test-fastimport-anonbranch |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-fastimport-anonbranch Tue Jun 02 08:59:10 2009 -0400 +++ b/tests/test-fastimport-anonbranch Sun Jul 19 11:56:59 2009 -0400 @@ -108,7 +108,7 @@ rm -rf anonbranch hg init anonbranch cd anonbranch -hg fastimport ../anonbranch.dump | sed "s|$HGTMP|HGTMP|g" +hg fastimport --datesort ../anonbranch.dump | sed "s|$HGTMP|HGTMP|g" echo "% log" hg glog --template "{rev}:{node|short}\n{desc}\n\n"
