Submitter | phabricator |
---|---|
Date | Nov. 20, 2018, 12:27 p.m. |
Message ID | <0802c55956d68b65092c222f29885cd0@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/36669/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -562,9 +562,7 @@ @propertycache def _changeid(self): - if r'_changeid' in self.__dict__: - return self._changeid - elif r'_changectx' in self.__dict__: + if r'_changectx' in self.__dict__: return self._changectx.rev() elif r'_descendantrev' in self.__dict__: # this file context was created from a revision with a known