comparison 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
comparison
equal deleted inserted replaced
17406:fc14953e8e34 17424:e7cfe3587ea4
886 cwd=self._abspath) 886 cwd=self._abspath)
887 887
888 def _gitnodir(self, commands, env=None, stream=False, cwd=None): 888 def _gitnodir(self, commands, env=None, stream=False, cwd=None):
889 """Calls the git command 889 """Calls the git command
890 890
891 The methods tries to call the git command. versions previor to 1.6.0 891 The methods tries to call the git command. versions prior to 1.6.0
892 are not supported and very probably fail. 892 are not supported and very probably fail.
893 """ 893 """
894 self._ui.debug('%s: git %s\n' % (self._relpath, ' '.join(commands))) 894 self._ui.debug('%s: git %s\n' % (self._relpath, ' '.join(commands)))
895 # unless ui.quiet is set, print git's stderr, 895 # unless ui.quiet is set, print git's stderr,
896 # which is mostly progress and useful info 896 # which is mostly progress and useful info