Home | History | Annotate | Download | only in codereview

Lines Matching refs:modified

746 				return "change list not modified"
763 changed = hg_matchPattern(ui, repo, *pats, modified=True, added=True, removed=True)
855 files = hg_matchPattern(ui, repo, p, modified=True, added=True, removed=True)
860 ui.warn("warning: %s did not match any modified files\n" % (p,))
863 l = hg_matchPattern(ui, repo, *pats, modified=True, added=True, removed=True)
871 l = hg_matchPattern(ui, repo, *pats, modified=True, added=True)
1407 If the local client has already modified any of the files that the
1473 if c.modified() or c.added() or c.removed():
1656 # lines [n, n+len) were modified, and after that range the
1742 return "no such modified files"
1770 """apply gofmt to modified files
1772 Applies gofmt to the modified files in the repository that match
1781 return "no modified go files"
1853 Lists pending changes followed by a list of unassigned but modified files.
2008 if c.branch() == releaseBranch and not c.modified() and not c.added() and not c.removed():
2051 # Remove files that are not modified from the CLs in which they appear.
3516 # When a file is modified, paths use '/' between directories, however
3517 # when a property is modified '\' is used on Windows. Make them the same