# HG changeset patch # User Sean Farley # Date 1443134843 25200 # Node ID 7c20d501709b7a23c1334bf1fd2905fd42f559d0 # Parent e635bc9bb7d99b1cae54e869e04d6c98bcf89479 clone: fix over-indented continuation line diff -r e635bc9bb7d9 -r 7c20d501709b 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')