summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
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 """