Submitter | Sean Farley |
---|---|
Date | July 9, 2013, 9:54 p.m. |
Message ID | <3f63ecaf71d993eb929c.1373406884@laptop.local> |
Download | mbox | patch |
Permalink | /patch/1822/ |
State | Changes Requested |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -1381,10 +1381,12 @@ return 'x' in self._flags def islink(self): return 'l' in self._flags def renamed(self): return self._copied + def _filerev(self): + return None def cmp(self, fctx): """compare with other file context or workingfile context returns True if different than fctx.