changeset 38769 | e252f136b948 |
parent 38707 | 6b5ca1d0aa1e |
child 38783 | e7aa113b14f7 |
--- a/mercurial/cmdutil.py Thu Jul 19 23:22:05 2018 -0700 +++ b/mercurial/cmdutil.py Fri Jul 27 14:49:45 2018 -0700 @@ -2428,7 +2428,7 @@ if len(old.parents()) > 1: # ctx.files() isn't reliable for merges, so fall back to the # slower repo.status() method - files = set([fn for st in repo.status(base, old)[:3] + files = set([fn for st in base.status(old)[:3] for fn in st]) else: files = set(old.files())