Mercurial > hg > hg-fastimport
diff tests/test-fastimport-anonbranch @ 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 | 7ff36dc9f0b1 |
| children |
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"
