mercurial/hg.py
changeset 6338 0750f11152fe
parent 6315 5c96a4bca66b
child 6518 92ccccb55ba3
child 7044 e51c0f41f271
--- a/mercurial/hg.py	Fri Mar 21 12:05:01 2008 +0100
+++ b/mercurial/hg.py	Fri Mar 21 14:52:24 2008 +0100
@@ -243,6 +243,7 @@
             fp.close()
 
             if update:
+                dest_repo.ui.status(_("updating working directory\n"))
                 if not checkout:
                     try:
                         checkout = dest_repo.lookup("default")