Submitter | phabricator |
---|---|
Date | Dec. 17, 2020, 12:30 p.m. |
Message ID | <differential-rev-PHID-DREV-o2h5v6im6xzl4grkum2s-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/47924/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/changelog.py b/mercurial/changelog.py --- a/mercurial/changelog.py +++ b/mercurial/changelog.py @@ -601,7 +601,7 @@ This function exists because creating a changectx object just to access this is costly.""" - extra = self.read(rev)[5] + extra = self.changelogrevision(rev).extra return encoding.tolocal(extra.get(b"branch")), b'close' in extra def _nodeduplicatecallback(self, transaction, node):