##// END OF EJS Templates
clone: print "updating working directory" status message...
clone: print "updating working directory" status message With this change, "hg clone" looks like this: % hg clone http://example.com/repo/big big requesting all changes adding changesets adding manifests adding file changes added XXX changesets with XXX changes to XXX files updating working directory XXX files updated, XXX files merged, XXX files removed, XXX files unresolved So the user sees % hg clone http://example.com/repo/big big requesting all changes adding changesets adding manifests adding file changes added XXX changesets with XXX changes to XXX files updating working directory while Mercurial is writing to disk to populate the working directory With this change, "hg clone" looks like this: % hg clone big big-work updating working directory XXX files updated, XXX files merged, XXX files removed, XXX files unresolved

File last commit:

r3853:c0b44915 default
r6338:0750f111 default
Show More
test-copy.out
51 lines | 1.4 KiB | text/plain | TextLexer
mpm@selenic.com
Add hg copy...
r363 A b
b
b: copy a:b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3
mpm@selenic.com
Update tests
r1043 we should see two history entries
Matt Mackall
Only show long hashes with --debug, not --verbose
r2966 changeset: 1:386a3cc01532
mpm@selenic.com
Update tests
r1043 tag: tip
user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
Update tests
r1043 files: b
description:
2
Matt Mackall
Only show long hashes with --debug, not --verbose
r2966 changeset: 0:33aaa84a386b
mpm@selenic.com
Update tests
r1043 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
Update tests
r1043 files: a
description:
1
we should see one log entry for a
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 0:33aaa84a386b
mpm@selenic.com
Update tests
r1043 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
Update tests
r1043 summary: 1
this should show a revision linked to changeset 0
rev offset length base linkrev nodeid p1 p2
0 0 3 0 0 b789fdd96dc2 000000000000 000000000000
we should see one log entry for b
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 changeset: 1:386a3cc01532
Thomas Arendsen Hein
Fixed tests for displaying tags in hg history and hg parents....
r388 tag: tip
mpm@selenic.com
Add hg copy...
r363 user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
Add hg copy...
r363 summary: 2
mpm@selenic.com
Update tests
r1043 this should show a revision linked to changeset 1
rev offset length base linkrev nodeid p1 p2
0 0 65 0 1 9a263dd772e0 000000000000 000000000000
this should show the rename information in the metadata
copyrev: b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3
copy: a
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 ed156f22f0a6fde642de0b5eba0cbbb2 .hg/store/data/b.i
mpm@selenic.com
run-tests: remove '+ hg' trick...
r925 60b725f10c9c85c70d97880dfe8191b3 bsum
60b725f10c9c85c70d97880dfe8191b3 asum
mpm@selenic.com
Add hg copy...
r363 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
2 files, 2 changesets, 2 total revisions