Home | History | Annotate | Download | only in scripts

Lines Matching refs:extra_args

993   def GenerateDiff(self, extra_args):
998 extra_args = [self.options.revision] + extra_args
999 gitdiff = RunShell(["git", "diff", "--full-index"] + extra_args)
1064 def GenerateDiff(self, extra_args):
1066 extra_args = extra_args or ["."]
1067 cmd = ["hg", "diff", "--git", "-r", self.base_rev] + extra_args