comparison 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
comparison
equal deleted inserted replaced
53:a719e9ac4a8c 54:9608f415ebe8
106 set -e 106 set -e
107 echo "% import" 107 echo "% import"
108 rm -rf anonbranch 108 rm -rf anonbranch
109 hg init anonbranch 109 hg init anonbranch
110 cd anonbranch 110 cd anonbranch
111 hg fastimport ../anonbranch.dump | sed "s|$HGTMP|HGTMP|g" 111 hg fastimport --datesort ../anonbranch.dump | sed "s|$HGTMP|HGTMP|g"
112 112
113 echo "% log" 113 echo "% log"
114 hg glog --template "{rev}:{node|short}\n{desc}\n\n" 114 hg glog --template "{rev}:{node|short}\n{desc}\n\n"
115 115
116 echo "% manifest at rev 0" 116 echo "% manifest at rev 0"