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

r4916:5c5d23d9 default
r6338:0750f111 default
Show More
test-abort-checkin.out
8 lines | 252 B | text/plain | TextLexer
/ tests / test-abort-checkin.out
Alexis S. L. Carvalho
test-abort-checkin: use a hook to abort the commit...
r4140 error: pretxncommit.nocommits hook failed: no commits allowed
Thomas Arendsen Hein
Add test mq keeping a reference to localrepo which can't remove journal on exit.
r2726 transaction abort!
rollback completed
Matt Mackall
Use a weakref for recursive transactions
r4916 abort: no commits allowed
Alexis S. L. Carvalho
test-abort-checkin: use a hook to abort the commit...
r4140 error: pretxncommit.nocommits hook failed: no commits allowed
Thomas Arendsen Hein
Add test mq keeping a reference to localrepo which can't remove journal on exit.
r2726 transaction abort!
rollback completed
Matt Mackall
Use a weakref for recursive transactions
r4916 abort: no commits allowed