mercurial/commands.py
changeset 1233 5381b0d88e9e
parent 1229 2eb1cd695dd2
child 1238 6a4f181497c9
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -592,7 +592,7 @@ def clone(ui, source, dest=None, **opts)
         dest = os.path.basename(os.path.normpath(source))
 
     if os.path.exists(dest):
-        raise util.Abort("destination '%s' already exists")
+        raise util.Abort("destination '%s' already exists", dest)
 
     dest = os.path.realpath(dest)