# HG changeset patch # User Pierre-Yves David # Date 2019-09-03 20:36:41 # Node ID 9d62f9fa332ff2423a3f218d043f51d5470bd216 # Parent 35ab2c1a58aaf147f3399b2c253026552c9efaba revlog: use the new sidedata map return in the sidedata method So far things, seems logical. Differential Revision: https://phab.mercurial-scm.org/D6810 diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1623,8 +1623,7 @@ class revlog(flagutil.flagprocessorsmixi 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 argument type