mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Replace non-inclusive terms
Bug: 1118410, 1118413, 1118422, 1118424, 1118426 Bug: 1118428, 1118430, 1118434, 1118438, 1118442 Bug: 1118453, 1118454 Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: build Change-Id: I43e6305f8c3136774f01b57f12bb442bcb863371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2551388 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
This commit is contained in:
@@ -192,9 +192,9 @@ def get_position(footers):
|
||||
Returns:
|
||||
A tuple of the branch and the position on that branch. For example,
|
||||
|
||||
Cr-Commit-Position: refs/heads/master@{#292272}
|
||||
Cr-Commit-Position: refs/heads/main@{#292272}
|
||||
|
||||
would give the return value ('refs/heads/master', 292272).
|
||||
would give the return value ('refs/heads/main', 292272).
|
||||
"""
|
||||
|
||||
position = get_unique(footers, 'Cr-Commit-Position')
|
||||
|
||||
Reference in New Issue
Block a user