mercurial/subrepo.py
changeset 10227 192c39586787
parent 10199 c2e2a5e6c36b
child 10252 0bc93fa2cf2b
--- a/mercurial/subrepo.py	Sat Jan 09 23:16:48 2010 +0100
+++ b/mercurial/subrepo.py	Sat Jan 09 23:12:21 2010 +0100
@@ -312,7 +312,7 @@
 
     def remove(self):
         if self.dirty():
-            self._repo.ui.warn(_('not removing repo %s because'
+            self._repo.ui.warn(_('not removing repo %s because '
                                  'it has changes.\n' % self._path))
             return
         self._repo.ui.note('removing subrepo %s\n' % self._path)