summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
authorJosip Sokcevic <sokcevic@google.com>2024-12-03 21:29:01 +0000
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-12-03 22:27:56 +0000
commitcf411b3f03c3bd6001701136be5a874a85f1dc91 (patch)
treed4e78902f1cfb5664622e071fe82926bf7106efb /command.py
parent1feecbd91eac1b4a30e74f5356b61607d13ce89f (diff)
downloadgit-repo-cf411b3f03c3bd6001701136be5a874a85f1dc91.tar.gz
Remove gitc support from repo
gitc is no longer available. Change-Id: I0cbfdf936832f2cdd4876104ae3cc5a6e26154e2 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/444841 Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Tested-by: Josip Sokcevic <sokcevic@google.com>
Diffstat (limited to 'command.py')
-rw-r--r--command.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/command.py b/command.py
index 22115ac2..c32a095c 100644
--- a/command.py
+++ b/command.py
@@ -547,7 +547,3 @@ class MirrorSafeCommand:
547 """Command permits itself to run within a mirror, and does not require a 547 """Command permits itself to run within a mirror, and does not require a
548 working directory. 548 working directory.
549 """ 549 """
550
551
552class GitcClientCommand:
553 """Command that requires the local client to be a GITC client."""