diff options
author | Dan Willemsen <dwillemsen@google.com> | 2015-08-31 15:45:06 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2015-09-01 12:23:56 -0700 |
commit | 9ff2ece6abc5d0d4a69c2f086209f107fd4f04be (patch) | |
tree | 1daabfe078e59b38ba0a1fdf9f6b0c83bcf7eba9 /command.py | |
parent | 2487cb7b2c41506c8ef900dba735876b01c67eab (diff) | |
download | git-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.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | |||
234 | class RequiresGitcCommand(object): | ||
235 | """Command that requires GITC to be available, but does | ||
236 | not require the local client to be a GITC client. | ||
237 | """ | ||