# HG changeset patch # User Jens Bäckman # Date 1263075141 -3600 # Node ID 192c39586787280159ca1ee8694afa5d6f32052c # Parent e3e41e5e7ff4c8625e6e6ef434dae06e7ab5489a subrepo: fix typo in help text diff -r e3e41e5e7ff4 -r 192c39586787 mercurial/subrepo.py --- 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)