summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index a23e529d..4182262e 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -79,6 +79,9 @@ manifest, a subsequent `repo sync` (or `repo sync -d`) is necessary
79to update the working directory files. 79to update the working directory files.
80""" 80"""
81 81
82 def _CommonOptions(self, p):
83 """Disable due to re-use of Wrapper()."""
84
82 def _Options(self, p, gitc_init=False): 85 def _Options(self, p, gitc_init=False):
83 Wrapper().InitParser(p, gitc_init=gitc_init) 86 Wrapper().InitParser(p, gitc_init=gitc_init)
84 87
@@ -436,9 +439,6 @@ to update the working directory files.
436 % ('.'.join(str(x) for x in MIN_GIT_VERSION_SOFT),), 439 % ('.'.join(str(x) for x in MIN_GIT_VERSION_SOFT),),
437 file=sys.stderr) 440 file=sys.stderr)
438 441
439 opt.quiet = opt.output_mode is False
440 opt.verbose = opt.output_mode is True
441
442 rp = self.manifest.repoProject 442 rp = self.manifest.repoProject
443 443
444 # Handle new --repo-url requests. 444 # Handle new --repo-url requests.