Mercurial > hg
changeset 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 | e3e41e5e7ff4 |
children | 826bb566541c |
files | mercurial/subrepo.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)