changeset 10671:001ffc2b3d22

subrepo: wrap long line
author Martin Geisler <mg@lazybytes.net>
date Sat, 13 Mar 2010 19:57:52 +0100
parents 97022cef0a20
children 13341047d517
files mercurial/subrepo.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)