mercurial/localrepo.py
branchstable
changeset 17857 8ef4b022d562
parent 17855 526081552f3d
child 17922 7f5dab94e48c
--- a/mercurial/localrepo.py	Tue Oct 23 09:22:46 2012 +0200
+++ b/mercurial/localrepo.py	Fri Oct 19 13:52:34 2012 +0200
@@ -1797,7 +1797,7 @@
                 phases.advanceboundary(self, phases.public, subset)
 
             if obsolete._enabled:
-                self.ui.debug('fetching remote obsolete markers')
+                self.ui.debug('fetching remote obsolete markers\n')
                 remoteobs = remote.listkeys('obsolete')
                 if 'dump0' in remoteobs:
                     if tr is None: