# HG changeset patch # User Thomas Arendsen Hein # Date 1165670392 -3600 # Node ID aaeb7f5d1052621b7af1df9b7a5775662b5bf627 # Parent 973c6e6ca7a1711c80a57591a89d71465a3fbc3e Show the destionation for clone if not specified manually. diff -r 973c6e6ca7a1 -r aaeb7f5d1052 mercurial/hg.py --- 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://'): diff -r 973c6e6ca7a1 -r aaeb7f5d1052 tests/test-clone-failure.out --- a/tests/test-clone-failure.out Sat Dec 09 14:00:36 2006 +0100 +++ b/tests/test-clone-failure.out Sat Dec 09 14:19:52 2006 +0100 @@ -8,4 +8,5 @@ 255 abort: repository a not found! 255 +destination directory: q abort: destination 'q' already exists diff -r 973c6e6ca7a1 -r aaeb7f5d1052 tests/test-clone.out --- a/tests/test-clone.out Sat Dec 09 14:00:36 2006 +0100 +++ b/tests/test-clone.out Sat Dec 09 14:19:52 2006 +0100 @@ -11,5 +11,6 @@ crosschecking files in changesets and manifests checking files 1 files, 1 changesets, 1 total revisions +destination directory: a 1 files updated, 0 files merged, 0 files removed, 0 files unresolved a