Submitter | phabricator |
---|---|
Date | Nov. 21, 2019, 1:35 p.m. |
Message ID | <7e663beffa4a6032e41c2bc7d333303c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43384/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -684,6 +684,8 @@ mcache[0] = matchmod.match(repo.root, repo.getcwd(), [pat], ctx=c) m = mcache[0] fname = None + + assert m is not None # help pytype if not m.anypats() and len(m.files()) == 1: fname = m.files()[0] if fname is not None: