diff mercurial/hg.py @ 26353:7c20d501709b

clone: fix over-indented continuation line
author Sean Farley <sean@farley.io>
date Thu, 24 Sep 2015 15:47:23 -0700
parents 2b1434e5eaa0
children c1fb2cab6260
line wrap: on
line diff
--- a/mercurial/hg.py	Fri Sep 25 03:51:46 2015 -0400
+++ b/mercurial/hg.py	Thu Sep 24 15:47:23 2015 -0700
@@ -595,7 +595,7 @@
                             status = _("updating to bookmark @\n")
                         else:
                             status = (_("updating to bookmark @ on branch %s\n")
-                                       % bn)
+                                      % bn)
                     except KeyError:
                         try:
                             uprev = destrepo.branchtip('default')