diff options
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 | """ | ||