##// END OF EJS Templates
Fix tests failures introduced by 7239e06e58e9
Patrick Mezard -
r6799:12d1e1e7 default
parent child Browse files
Show More
@@ -69,4 +69,5 b' glog()'
69
69
70 echo % show graph log
70 echo % show graph log
71 glog -R baz-repo-hg
71 glog -R baz-repo-hg
72 hg up -q -R baz-repo-hg
72 hg -R baz-repo-hg manifest --debug
73 hg -R baz-repo-hg manifest --debug
@@ -58,4 +58,5 b' hg convert darcs-repo darcs-repo-hg 2>&1'
58 # "c" file in p1.1 patch are reverted too.
58 # "c" file in p1.1 patch are reverted too.
59 # Just to say that manifest not listing "c" here is a bug.
59 # Just to say that manifest not listing "c" here is a bug.
60 glog -R darcs-repo-hg
60 glog -R darcs-repo-hg
61 hg up -q -R darcs-repo-hg
61 hg -R darcs-repo-hg manifest --debug
62 hg -R darcs-repo-hg manifest --debug
@@ -69,4 +69,5 b' glog()'
69
69
70 echo % show graph log
70 echo % show graph log
71 glog -R tla-repo-hg
71 glog -R tla-repo-hg
72 hg up -q -R tla-repo-hg
72 hg -R tla-repo-hg manifest --debug
73 hg -R tla-repo-hg manifest --debug
General Comments 0
You need to be logged in to leave comments. Login now