Home | History | Annotate | Download | only in codereview

Lines Matching refs:changed

763 		changed = hg_matchPattern(ui, repo, *pats, modified=True, added=True, removed=True)
770 if f in changed:
824 return None, "no files changed"
843 # Return list of changed files in repository that match pats.
869 # Return list of changed files in repository that match pats and still exist.
884 # Return list of changed files that are not claimed by other CLs
1031 # The details of the scmutil package changed then,
1607 return "codereview issue %s has no changed files" % clname
1611 ui.warn("warning: these files were listed in the patch but not changed:\n\t" + "\n\t".join(extra) + "\n")
1828 return "no changed files, not sending mail"
1874 s = "Changed files not in any CL:\n"
1960 return "nothing changed"
2053 changed = ChangedFiles(ui, repo, [])
2055 extra = Sub(cl.files, changed)