Lines Matching refs:verbose
71 verbose: (boolean) iff false, suppress the output from git-cl.
89 self.verbose = options.verbose
90 self.vsp = misc_utils.VerboseSubprocess(self.verbose)
149 '', '--verbose', help='Do not suppress the output from `git cl`.',
150 action='store_true', dest='verbose', default=False)
178 config.verbose, svn_format, None,
206 if self._config.verbose:
225 if self._config.verbose:
373 branch_name = git_utils.git_branch_name(vsp.verbose)
412 with misc_utils.ChangeDir(config.chromium_path, config.verbose):
416 config.verbose, '"skia_revision": "(?P<return>[0-9]+)",', None,
437 config.verbose):
438 branch = git_utils.git_branch_name(config.vsp.verbose)
467 config.verbose):
468 branch = git_utils.git_branch_name(config.vsp.verbose)
481 The calls to git will be verbose on standard output. After a