HomeSort by relevance Sort by last modified time
    Searched full:_upstream_branch (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/
git_utils.py 63 self._upstream_branch = upstream_branch
65 self._upstream_branch = 'origin/master'
99 self._branch_name, self._upstream_branch])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 139 def _upstream_branch(self): member in class:Git
147 upstream = self._upstream_branch()
scm_unittest.py 493 self.assertEqual(self.scm._upstream_branch(), 'my-branch')

Completed in 247 milliseconds