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	Sat Dec 09 14:00:36 2006 +0100
+++ b/mercurial/hg.py	Sat Dec 09 14:19:52 2006 +0100
@@ -103,6 +103,7 @@
 
     if dest is None:
         dest = defaultdest(source)
+        ui.status(_("destination directory: %s\n") % dest)
 
     def localpath(path):
         if path.startswith('file://'):