summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-08-31 15:45:06 -0700
committerDan Willemsen <dwillemsen@google.com>2015-09-01 12:23:56 -0700
commit9ff2ece6abc5d0d4a69c2f086209f107fd4f04be (patch)
tree1daabfe078e59b38ba0a1fdf9f6b0c83bcf7eba9 /command.py
parent2487cb7b2c41506c8ef900dba735876b01c67eab (diff)
downloadgit-repo-9ff2ece6abc5d0d4a69c2f086209f107fd4f04be.tar.gz
gitc: Improve help visibilityv1.12.28
This improves the visiblity of gitc-init if we can get the gitc config, and hides it otherwise. Change-Id: I82830b0b07c311e8c74397ba79eb4c361f8b6fb5
Diffstat (limited to 'command.py')
-rw-r--r--command.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/command.py b/command.py
index 78dab96d..997acec0 100644
--- a/command.py
+++ b/command.py
@@ -230,3 +230,8 @@ class MirrorSafeCommand(object):
230 """Command permits itself to run within a mirror, 230 """Command permits itself to run within a mirror,
231 and does not require a working directory. 231 and does not require a working directory.
232 """ 232 """
233
234class RequiresGitcCommand(object):
235 """Command that requires GITC to be available, but does
236 not require the local client to be a GITC client.
237 """