mercurial/subrepo.py
branchstable
changeset 10510 f77f3383c666
parent 10457 4f38d03d4975
child 10665 664bb0ce95ed
child 10668 05856e682521
--- a/mercurial/subrepo.py	Fri Feb 19 02:11:37 2010 +0100
+++ b/mercurial/subrepo.py	Fri Feb 19 02:23:38 2010 +0100
@@ -336,7 +336,7 @@
             self._ui.warn(_('not removing repo %s because '
                             'it has changes.\n' % self._path))
             return
-        self._ui.note('removing subrepo %s\n' % self._path)
+        self._ui.note(_('removing subrepo %s\n') % self._path)
         shutil.rmtree(self._ctx.repo.join(self._path))
 
     def get(self, state):