@ -222,12 +222,12 @@ Returns (Path): The "depot_tools" root directory.
Wrapper for easy calling of gclient steps.
— **def [break\_locks ](/recipes/recipe_modules/gclient/api.py#28 7 )(self):**
— **def [break\_locks ](/recipes/recipe_modules/gclient/api.py#28 6 )(self):**
Remove all index.lock files. If a previous run of git crashed, bot was
reset, etc... we might end up with leftover index.lock files.
— **def [calculate\_patch\_root ](/recipes/recipe_modules/gclient/api.py#30 9 )(self, patch_project, gclient_config=None):**
— **def [calculate\_patch\_root ](/recipes/recipe_modules/gclient/api.py#30 8 )(self, patch_project, gclient_config=None):**
Returns path where a patch should be applied to based patch_project.
@ -244,7 +244,7 @@ Returns:
If patch_project is not given or not recognized, it'll be just first
solution root.
— **def [checkout ](/recipes/recipe_modules/gclient/api.py#23 3 )(self, gclient_config=None, revert=RevertOnTryserver, inject_parent_got_revision=True, with_branch_heads=Fals e, \*\*kwargs):**
— **def [checkout ](/recipes/recipe_modules/gclient/api.py#23 4 )(self, gclient_config=None, revert=RevertOnTryserver, inject_parent_got_revision=True, \*\*kwargs):**
Return a step generator function for gclient checkouts.
@ -260,7 +260,7 @@ Returns (dict): A mapping from property name -> project name. It merges the
values of the deprecated got_revision_mapping and the new
got_revision_reverse_mapping.
— **def [inject\_parent\_got\_revision ](/recipes/recipe_modules/gclient/api.py#20 8 )(self, gclient_config=None, override=False):**
— **def [inject\_parent\_got\_revision ](/recipes/recipe_modules/gclient/api.py#20 9 )(self, gclient_config=None, override=False):**
Match gclient config to build revisions obtained from build_properties.
@ -270,7 +270,7 @@ Args:
override (bool) - If True, will forcibly set revision and custom_vars
even if the config already contains values for them.
  ** @property **< br > — **def [is\_blink\_mode ](/recipes/recipe_modules/gclient/api.py#27 4 )(self):**
  ** @property **< br > — **def [is\_blink\_mode ](/recipes/recipe_modules/gclient/api.py#27 3 )(self):**
Indicates wether the caller is to use the Blink config rather than the
Chromium config. This may happen for one of two reasons:
@ -281,9 +281,9 @@ Chromium config. This may happen for one of two reasons:
— **def [resolve\_revision ](/recipes/recipe_modules/gclient/api.py#147 )(self, revision):**
— **def [runhooks ](/recipes/recipe_modules/gclient/api.py#26 8 )(self, args=None, name='runhooks', \*\*kwargs):**
— **def [runhooks ](/recipes/recipe_modules/gclient/api.py#26 7 )(self, args=None, name='runhooks', \*\*kwargs):**
— **def [set\_patch\_project\_revision ](/recipes/recipe_modules/gclient/api.py#33 6 )(self, patch_project, gclient_config=None):**
— **def [set\_patch\_project\_revision ](/recipes/recipe_modules/gclient/api.py#33 5 )(self, patch_project, gclient_config=None):**
Updates config revision corresponding to patch_project.
@ -292,7 +292,7 @@ revision map. This doesn't overwrite the revision if it was already set.
  ** @spec_alias .deleter**< br > — **def [spec\_alias ](/recipes/recipe_modules/gclient/api.py#115 )(self):**
— **def [sync ](/recipes/recipe_modules/gclient/api.py#152 )(self, cfg, with_branch_heads=False, \*\*kwargs):**
— **def [sync ](/recipes/recipe_modules/gclient/api.py#152 )(self, cfg, \*\*kwargs):**
  ** @use_mirror .setter**< br > — **def [use\_mirror ](/recipes/recipe_modules/gclient/api.py#102 )(self, val):**
### *recipe_modules* / [gerrit ](/recipes/recipe_modules/gerrit )