mercurial/subrepo.py
changeset 10671 001ffc2b3d22
parent 10670 97022cef0a20
child 10699 7b0a0d498cc0
--- a/mercurial/subrepo.py	Sat Mar 13 17:02:41 2010 +0100
+++ b/mercurial/subrepo.py	Sat Mar 13 19:57:52 2010 +0100
@@ -226,7 +226,8 @@
         except error.RepoError:
             self._repo._subsource = source
             srcurl = _abssource(self._repo)
-            self._repo.ui.status(_('pulling subrepo %s from %s\n') % (self._path, srcurl))
+            self._repo.ui.status(_('pulling subrepo %s from %s\n')
+                                 % (self._path, srcurl))
             other = hg.repository(self._repo.ui, srcurl)
             self._repo.pull(other)