diff mercurial/hg.py @ 3841:aaeb7f5d1052

Show the destionation for clone if not specified manually.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 09 Dec 2006 14:19:52 +0100
parents 8643b9f90b51
children 4f6db0233606
line wrap: on
line diff
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -103,6 +103,7 @@ def clone(ui, source, dest=None, pull=Fa
 
     if dest is None:
         dest = defaultdest(source)
+        ui.status(_("destination directory: %s\n") % dest)
 
     def localpath(path):
         if path.startswith('file://'):