diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -208,7 +208,8 @@ class _Repo(object): | |||
208 | repodir=self.repodir, | 208 | repodir=self.repodir, |
209 | client=repo_client, | 209 | client=repo_client, |
210 | manifest=repo_client.manifest, | 210 | manifest=repo_client.manifest, |
211 | gitc_manifest=gitc_manifest) | 211 | gitc_manifest=gitc_manifest, |
212 | git_event_log=git_trace2_event_log) | ||
212 | except KeyError: | 213 | except KeyError: |
213 | print("repo: '%s' is not a repo command. See 'repo help'." % name, | 214 | print("repo: '%s' is not a repo command. See 'repo help'." % name, |
214 | file=sys.stderr) | 215 | file=sys.stderr) |