Mercurial > public > mercurial-scm > hg
log mercurial/fileset.py @ 41673:1db5ae4b0dda
age | author | description |
---|---|---|
Sun, 10 Feb 2019 14:16:37 -0800 | Martin von Zweigbergk | cleanup: prefer matchmod.{always,never}() over accessing matchers directly |
Sun, 22 Jul 2018 11:21:43 +0900 | Yuya Nishihara | fileset: load core predicates directly to symbols dict |
Sun, 22 Jul 2018 11:49:12 +0900 | Yuya Nishihara | fileset: turn on listclean conditionally |
Sun, 22 Jul 2018 19:48:50 +0900 | Yuya Nishihara | fileset: narrow status computation by left-hand-side of 'and' node |
Sun, 22 Jul 2018 19:43:57 +0900 | Yuya Nishihara | fileset: move copy constructor of matchctx near __init__ |
Sun, 22 Jul 2018 11:20:48 +0900 | Yuya Nishihara | fileset: build status according to 'withstatus' hint |
Sat, 21 Jul 2018 20:27:53 +0900 | Yuya Nishihara | fileset: insert hints where status should be computed |