summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2025-11-18 20:13:03 +0100
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2025-12-03 07:57:22 -0800
commit2b6de52a36d5d38c7b9a92d7f61e1f0daf4dec69 (patch)
tree33db8a429b972f1fb8fa8f82d1bce2a62bdec8e2 /command.py
parent91ec998598be569b1f167cc8776b58f9540b639a (diff)
downloadgit-repo-2b6de52a36d5d38c7b9a92d7f61e1f0daf4dec69.tar.gz
Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()
This makes it more clear what kind of groups it refers to. Change-Id: I47369050d1436efcc77f3a69d5b7c99a536b23bc Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/528462 Tested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Reviewed-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'command.py')
-rw-r--r--command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.py b/command.py
index c32a095cf..e74a94fa3 100644
--- a/command.py
+++ b/command.py
@@ -399,7 +399,7 @@ class Command:
399 result = [] 399 result = []
400 400
401 if not groups: 401 if not groups:
402 groups = manifest.GetGroupsStr() 402 groups = manifest.GetManifestGroupsStr()
403 groups = [x for x in re.split(r"[,\s]+", groups) if x] 403 groups = [x for x in re.split(r"[,\s]+", groups) if x]
404 404
405 if not args: 405 if not args: