##// END OF EJS Templates
clone: fix over-indented continuation line
Sean Farley -
r26353:7c20d501 default
parent child Browse files
Show More
@@ -595,7 +595,7 b' def clone(ui, peeropts, source, dest=Non'
595 status = _("updating to bookmark @\n")
595 status = _("updating to bookmark @\n")
596 else:
596 else:
597 status = (_("updating to bookmark @ on branch %s\n")
597 status = (_("updating to bookmark @ on branch %s\n")
598 % bn)
598 % bn)
599 except KeyError:
599 except KeyError:
600 try:
600 try:
601 uprev = destrepo.branchtip('default')
601 uprev = destrepo.branchtip('default')
General Comments 0
You need to be logged in to leave comments. Login now