# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID a2105debbbd4c0bc773f433fde582a4ec8f92a5d # Parent ae791d371864b4ecd52c817b9924556f543a81ab spelling: prior diff -r ae791d371864 -r a2105debbbd4 mercurial/subrepo.py --- a/mercurial/subrepo.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/subrepo.py Fri Aug 17 13:58:18 2012 -0700 @@ -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)))