mercurial/subrepo.py
changeset 17424 e7cfe3587ea4
parent 17191 5884812686f7
child 17443 1526ac765e29
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