##// END OF EJS Templates
tests: use --debug on test-clone
Adrian Buehlmann -
r11295:07e425d6 default
parent child Browse files
Show More
@@ -29,8 +29,8 b' cat a'
29 hg verify
29 hg verify
30
30
31 echo
31 echo
32 echo % no update
32 echo % no update, with debug option
33 hg clone -U . ../c
33 hg --debug clone -U . ../c
34 cd ../c
34 cd ../c
35 cat a 2>/dev/null || echo "a not present"
35 cat a 2>/dev/null || echo "a not present"
36 hg verify
36 hg verify
@@ -15,7 +15,8 b' crosschecking files in changesets and ma'
15 checking files
15 checking files
16 2 files, 11 changesets, 11 total revisions
16 2 files, 11 changesets, 11 total revisions
17
17
18 % no update
18 % no update, with debug option
19 linked 8 files
19 a not present
20 a not present
20 checking changesets
21 checking changesets
21 checking manifests
22 checking manifests
General Comments 0
You need to be logged in to leave comments. Login now