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 git-repo-9ff2ece6abc5d0d4a69c2f086209f107fd4f04be.zip | |
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
diff --git a/command.py b/command.py index 78dab96de..997acec00 100644 --- a/command.py +++ b/command.py @@ -230,3 +230,8 @@ class MirrorSafeCommand(object): """Command permits itself to run within a mirror, and does not require a working directory. """ + +class RequiresGitcCommand(object): + """Command that requires GITC to be available, but does + not require the local client to be a GITC client. + """ |
