Home | History | Annotate | Download | only in codereview

Lines Matching full:extra_args

3394 	def GenerateDiff(self, extra_args):
3396 extra_args = extra_args or ["."]
3397 cmd = ["hg", "diff", "--git", "-r", self.base_rev] + extra_args