Submitter | phabricator |
---|---|
Date | Nov. 24, 2019, 12:59 a.m. |
Message ID | <57fb9dbc62639ff4b14959f7986d645c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43501/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/repoview.py b/mercurial/repoview.py --- a/mercurial/repoview.py +++ b/mercurial/repoview.py @@ -177,6 +177,9 @@ b'base': computeimpactable, } +# set of filter level that will include the working copy parent no matter what. +filter_has_wc = {b'visible', b'visible-hidden'} + _basefiltername = list(filtertable)