[scm] Fix docstring reference to `modify_all`

Bug: b/348024314
Change-Id: Ic5609fe286e8c016862aa38dbb0f17c9b52e7941
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5641260
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Allen Li <ayatane@chromium.org>
changes/60/5641260/7
Allen Li 1 year ago committed by LUCI CQ
parent 6355da7032
commit 39e7285c30

@ -195,9 +195,10 @@ class GIT(object):
cwd: path to fetch `git config` for.
key: The specific config key to affect.
value: The value to set. If this is None, `key` will be unset.
value_pattern: For use with `all=True`, allows further filtering of
the set or unset operation based on the currently configured
value. Ignored for `all=False`.
value_pattern: For use with `modify_all=True`, allows
further filtering of the set or unset operation based on
the currently configured value. Ignored for
`modify_all=False`.
modify_all: If True, this will change a set operation to
`--replace-all`, and will change an unset operation to
`--unset-all`.

Loading…
Cancel
Save