git_superproject.py [178:183]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    p = GitCommand(None,
                   cmd,
                   cwd=self._work_git,
                   capture_stdout=True,
                   capture_stderr=True)
    retval = p.Wait()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



git_superproject.py [205:210]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    p = GitCommand(None,
                   cmd,
                   cwd=self._work_git,
                   capture_stdout=True,
                   capture_stderr=True)
    retval = p.Wait()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



