clone: fix over-indented continuation line
authorSean Farley <sean@farley.io>
Thu, 24 Sep 2015 15:47:23 -0700
changeset 26353 7c20d501709b
parent 26352 e635bc9bb7d9
child 26354 c1fb2cab6260
clone: fix over-indented continuation line
mercurial/hg.py
--- 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')