clone: print "updating working directory" status message stable
authorAdrian Buehlmann <adrian@cadifra.com>
Fri, 21 Mar 2008 14:52:24 +0100
branchstable
changeset 427 39fef460b62c
parent 426 671d2e27d388
child 428 432aa523282c
child 429 688d71563c07
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 [ original upstream description ]
tests/test-keyword.out
--- a/tests/test-keyword.out	Thu Mar 20 14:14:15 2008 -0500
+++ b/tests/test-keyword.out	Fri Mar 21 14:52:24 2008 +0100
@@ -312,6 +312,7 @@
 adding manifests
 adding file changes
 added 2 changesets with 3 changes to 3 files
+updating working directory
 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
 % incoming
 comparing with test-keyword/Test