##// END OF EJS Templates
Merge with main
Merge with main

File last commit:

r9714:2f1ab7f7 default
r9763:e06c940d merge default
Show More
test-clone.out
56 lines | 1.4 KiB | text/plain | TextLexer
Adrian Buehlmann
increase code coverage of test-clone...
r6947
% prepare repo a
% list files in store/data (should show a 'b.d')
.hg/store/data/a.i
.hg/store/data/b.d
.hg/store/data/b.i
% default operation
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Adrian Buehlmann
increase code coverage of test-clone...
r6947 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
mpm@selenic.com
[PATCH] Tests for clone command...
r550 a
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Adrian Buehlmann
increase code coverage of test-clone...
r6947 2 files, 11 changesets, 11 total revisions
% no update
Peter van Dijk
changes by John Levon to standardize some erroroutput
r1926 a not present
mpm@selenic.com
[PATCH] Tests for clone command...
r550 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Adrian Buehlmann
increase code coverage of test-clone...
r6947 2 files, 11 changesets, 11 total revisions
% default destination
Thomas Arendsen Hein
Show the destionation for clone if not specified manually.
r3841 destination directory: a
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Adrian Buehlmann
increase code coverage of test-clone...
r6947 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
mpm@selenic.com
[PATCH] Tests for clone command...
r550 a
Adrian Buehlmann
increase code coverage of test-clone...
r6947
% check that we drop the file:// from the path before
% writing the .hgrc
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Adrian Buehlmann
increase code coverage of test-clone...
r6947 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
% check that path aliases are expanded
Alexis S. L. Carvalho
clone: expand the path before saving it in .hg/hgrc...
r6088 a#0
Adrian Buehlmann
increase code coverage of test-clone...
r6947
% use --pull
requesting all changes
adding changesets
adding manifests
adding file changes
added 11 changesets with 11 changes to 2 files
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Adrian Buehlmann
increase code coverage of test-clone...
r6947 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
2 files, 11 changesets, 11 total revisions
Steve Borho
allow clone into existing but empty directories
r7927
% clone to .
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Steve Borho
allow clone into existing but empty directories
r7927 2 files updated, 0 files merged, 0 files removed, 0 files unresolved