##// END OF EJS Templates
Incorporated most of Aron Griffis suggestions for sh compatibility.
Incorporated most of Aron Griffis suggestions for sh compatibility.

File last commit:

r801:1f9ec150 default
r804:19388dcb default
Show More
test-clone.out
22 lines | 462 B | text/plain | TextLexer
mpm@selenic.com
[PATCH] Tests for clone command...
r550 + hg init
+ hg add a
Thomas Arendsen Hein
Updated output of tests.
r801 + hg commit -m test -d 0 0
mpm@selenic.com
[PATCH] Tests for clone command...
r550 + hg clone . ../b
a
+ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
+ hg clone -U . ../c
cat: a: No such file or directory
+ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
+ hg clone ../a
+ hg cat a
a