Lines Matching full:revision
215 help="revision from which to compute the diff",
277 revision = old_tree
280 revision = ""
283 revision = None
285 changed_lines, revision, binary=opts.binary, style=opts.style
377 """Returns True if `value` is a revision, False if it is a file, or dies."""
542 changed_lines, revision=None, binary="clang-format", style=None
549 env = os.environ.copy() if revision == "" else None
559 if revision is not None:
560 if len(revision) > 0:
564 "%s:%s" % (revision, os.path.dirname(filename)),
591 revision=revision,
624 revision=None,
631 Runs on the file in `revision` if not None, or on the file in the working
632 directory if `revision` is None. Revision can be set to an empty string to
645 if revision is not None:
651 "%s:%s" % (revision, filename),