subrepo: wrap long line
authorMartin Geisler <mg@lazybytes.net>
Sat, 13 Mar 2010 19:57:52 +0100
changeset 10671 001ffc2b3d22
parent 10670 97022cef0a20
child 10676 13341047d517
subrepo: wrap long line
mercurial/subrepo.py
--- 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)