Mercurial > public > mercurial-scm > hg-stable
diff mercurial/subrepo.py @ 10510:f77f3383c666 stable
i18n: mark more strings for translation
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 19 Feb 2010 02:23:38 +0100 |
parents | 4f38d03d4975 |
children | 664bb0ce95ed 05856e682521 |
line wrap: on
line diff
--- 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):