Submitter | phabricator |
---|---|
Date | Dec. 1, 2019, 9:58 p.m. |
Message ID | <d339cbb134a1e08a6ba01091cb592ce4@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43551/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/filemerge.py b/mercurial/filemerge.py --- a/mercurial/filemerge.py +++ b/mercurial/filemerge.py @@ -119,7 +119,7 @@ """ return not ( fctx.isabsent() - and fctx.ctx() == self.ctx() + and fctx.changectx() == self.changectx() and fctx.path() == self.path() )