Searched refs:magic_gclient_branch (Results 1 – 1 of 1) sorted by relevance
100 def UpdateGClientBranch(webkit_rev, magic_gclient_branch): argument112 current = RunGit(['show-ref', '--hash', magic_gclient_branch])117 magic_gclient_branch, webkit_rev],122 def UpdateCurrentCheckoutIfAppropriate(magic_gclient_branch): argument125 if branch != magic_gclient_branch:169 magic_gclient_branch = GetGClientBranchName()170 changed = UpdateGClientBranch(webkit_rev, magic_gclient_branch)172 return UpdateCurrentCheckoutIfAppropriate(magic_gclient_branch)