##// END OF EJS Templates
Missing newline in "requesting changegroup"
mpm@selenic.com -
r88:d9913355 default
parent child Browse files
Show More
@@ -344,7 +344,7 b' elif cmd == "debugindex":'
344 elif cmd == "merge":
344 elif cmd == "merge":
345 if args:
345 if args:
346 other = hg.repository(ui, args[0])
346 other = hg.repository(ui, args[0])
347 ui.status("requesting changegroup")
347 ui.status("requesting changegroup\n")
348 cg = repo.getchangegroup(other)
348 cg = repo.getchangegroup(other)
349 repo.addchangegroup(cg)
349 repo.addchangegroup(cg)
350 else:
350 else:
General Comments 0
You need to be logged in to leave comments. Login now