Mercurial > public > mercurial-scm > hg-stable
diff mercurial/subrepo.py @ 10227:192c39586787
subrepo: fix typo in help text
author | Jens B?ckman <jens.backman@gmail.com> |
---|---|
date | Sat, 09 Jan 2010 23:12:21 +0100 |
parents | c2e2a5e6c36b |
children | 0bc93fa2cf2b |
line wrap: on
line diff
--- 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)