Submitter | phabricator |
---|---|
Date | April 3, 2018, 6:13 p.m. |
Message ID | <e1f5aae198b0189c94ff541cf3ab3a46@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30207/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -1839,7 +1839,7 @@ wanted = set() slowpath = match.anypats() or (not match.always() and opts.get('removed')) fncache = {} - change = repo.changectx + change = repo.__getitem__ # First step is to fill wanted, the set of revisions that we want to yield. # When it does not induce extra cost, we also fill fncache for revisions in