# HG changeset patch # User Sean Farley # Date 2015-09-24 22:47:23 # Node ID 7c20d501709b7a23c1334bf1fd2905fd42f559d0 # Parent e635bc9bb7d99b1cae54e869e04d6c98bcf89479 clone: fix over-indented continuation line diff --git a/mercurial/hg.py b/mercurial/hg.py --- a/mercurial/hg.py +++ b/mercurial/hg.py @@ -595,7 +595,7 @@ def clone(ui, peeropts, source, dest=Non status = _("updating to bookmark @\n") else: status = (_("updating to bookmark @ on branch %s\n") - % bn) + % bn) except KeyError: try: uprev = destrepo.branchtip('default')