Mercurial > public > mercurial-scm > hg-stable
diff mercurial/subrepo.py @ 17424:e7cfe3587ea4
fix trivial spelling errors
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:38:42 +0200 |
parents | 5884812686f7 |
children | 1526ac765e29 |
line wrap: on
line diff
--- a/mercurial/subrepo.py Tue Aug 28 17:59:08 2012 -0500 +++ b/mercurial/subrepo.py Wed Aug 15 22:38:42 2012 +0200 @@ -888,7 +888,7 @@ def _gitnodir(self, commands, env=None, stream=False, cwd=None): """Calls the git command - The methods tries to call the git command. versions previor to 1.6.0 + The methods tries to call the git command. versions prior to 1.6.0 are not supported and very probably fail. """ self._ui.debug('%s: git %s\n' % (self._relpath, ' '.join(commands)))