Home
last modified time | relevance | path

Searched refs:GetUsableRev (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient_scm.py878 deps_revision = self.GetUsableRev(deps_revision, options)
921 def GetUsableRev(self, rev, options): member in GitWrapper
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dgclient_scm_test.py629 self.assertEqual(git_scm.GetUsableRev(self.fake_hash_1, options),
633 git_scm.GetUsableRev, '1', options)