From 9ff2ece6abc5d0d4a69c2f086209f107fd4f04be Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 31 Aug 2015 15:45:06 -0700 Subject: gitc: Improve help visibility This improves the visiblity of gitc-init if we can get the gitc config, and hides it otherwise. Change-Id: I82830b0b07c311e8c74397ba79eb4c361f8b6fb5 --- command.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'command.py') 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): """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. + """ -- cgit v1.2.3-54-g00ecf