comparison mercurial/subrepo.py @ 17506:a2105debbbd4

spelling: prior
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 5884812686f7
children 1526ac765e29
comparison
equal deleted inserted replaced
17505:ae791d371864 17506:a2105debbbd4
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