Submitter | phabricator |
---|---|
Date | Sept. 9, 2019, 11:08 p.m. |
Message ID | <0350dd621073a094e724bc1def711130@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41618/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1623,8 +1623,7 @@ mapping object will likely be used in the future for a more efficient/lazy code. """ - # XXX will actualy return data once storage is implemented. - return {} + return self._revisiondata(nodeorrev, _df)[1] def _revisiondata(self, nodeorrev, _df=None, raw=False): # deal with <nodeorrev> argument type