summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'command.py')
-rw-r--r--command.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/command.py b/command.py
index d2129381..0205932d 100644
--- a/command.py
+++ b/command.py
@@ -75,7 +75,6 @@ class Command(object):
75 repodir=None, 75 repodir=None,
76 client=None, 76 client=None,
77 manifest=None, 77 manifest=None,
78 gitc_manifest=None,
79 git_event_log=None, 78 git_event_log=None,
80 outer_client=None, 79 outer_client=None,
81 outer_manifest=None, 80 outer_manifest=None,
@@ -84,7 +83,6 @@ class Command(object):
84 self.client = client 83 self.client = client
85 self.outer_client = outer_client or client 84 self.outer_client = outer_client or client
86 self.manifest = manifest 85 self.manifest = manifest
87 self.gitc_manifest = gitc_manifest
88 self.git_event_log = git_event_log 86 self.git_event_log = git_event_log
89 self.outer_manifest = outer_manifest 87 self.outer_manifest = outer_manifest
90 88
@@ -506,11 +504,5 @@ class MirrorSafeCommand(object):
506 """ 504 """
507 505
508 506
509class GitcAvailableCommand(object):
510 """Command that requires GITC to be available, but does not require the
511 local client to be a GITC client.
512 """
513
514
515class GitcClientCommand(object): 507class GitcClientCommand(object):
516 """Command that requires the local client to be a GITC client.""" 508 """Command that requires the local client to be a GITC client."""