changeset 88:d9913355961d

Missing newline in "requesting changegroup"
author mpm@selenic.com
date Tue, 17 May 2005 12:40:24 -0800
parents b2b3fdbd79f4
children 4cd9145d5b53
files hg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hg	Tue May 17 12:23:53 2005 -0800
+++ b/hg	Tue May 17 12:40:24 2005 -0800
@@ -344,7 +344,7 @@
 elif cmd == "merge":
     if args:
         other = hg.repository(ui, args[0])
-        ui.status("requesting changegroup")
+        ui.status("requesting changegroup\n")
         cg = repo.getchangegroup(other)
         repo.addchangegroup(cg)
     else: