Home
last modified time | relevance | path

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

/external/chromium_org/tools/
Dsync-webkit-git.py100 def UpdateGClientBranch(webkit_rev, magic_gclient_branch): argument
112 current = RunGit(['show-ref', '--hash', magic_gclient_branch])
117 magic_gclient_branch, webkit_rev],
122 def UpdateCurrentCheckoutIfAppropriate(magic_gclient_branch): argument
125 if branch != magic_gclient_branch:
169 magic_gclient_branch = GetGClientBranchName()
170 changed = UpdateGClientBranch(webkit_rev, magic_gclient_branch)
172 return UpdateCurrentCheckoutIfAppropriate(magic_gclient_branch)