diff -r 3e7e789d9494 -r f77f3383c666 mercurial/subrepo.py --- 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):