##// END OF EJS Templates
revlog: use the new sidedata map return in the sidedata method...
marmoute -
r43252:9d62f9fa default
parent child Browse files
Show More
@@ -1623,8 +1623,7 b' class revlog(flagutil.flagprocessorsmixi'
1623 1623 mapping object will likely be used in the future for a more
1624 1624 efficient/lazy code.
1625 1625 """
1626 # XXX will actualy return data once storage is implemented.
1627 return {}
1626 return self._revisiondata(nodeorrev, _df)[1]
1628 1627
1629 1628 def _revisiondata(self, nodeorrev, _df=None, raw=False):
1630 1629 # deal with <nodeorrev> argument type
General Comments 0
You need to be logged in to leave comments. Login now