##// 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:

r6336:4b0c9c67 default
r6338:0750f111 default
Show More
test-mq-merge.out
13 lines | 234 B | text/plain | TextLexer
/ tests / test-mq-merge.out
Patrick Mezard
Add test for issue 529 - "mq aborts when merging patch deleting files".
r4333 adding a
adding b
copy .hg/patches to .hg/patches.1
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
M b
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Patrick Mezard
Add test for issue 529 - "mq aborts when merging patch deleting files".
r4333 a
b
merging with queue at: .hg/patches.1
applying rm_a
Now at: rm_a
b
Brendan Cully
Make mergepatch save queue now that qpush isn't.
r4437 Patch queue now empty