##// END OF EJS Templates
revlog: drop the df argument to `sidedata`...
marmoute -
r51917:299b7b54 default
parent child Browse files
Show More
@@ -1960,7 +1960,7 b' class revlog:'
1960 """
1960 """
1961 return self._revisiondata(nodeorrev)
1961 return self._revisiondata(nodeorrev)
1962
1962
1963 def sidedata(self, nodeorrev, _df=None):
1963 def sidedata(self, nodeorrev):
1964 """a map of extra data related to the changeset but not part of the hash
1964 """a map of extra data related to the changeset but not part of the hash
1965
1965
1966 This function currently return a dictionary. However, more advanced
1966 This function currently return a dictionary. However, more advanced
General Comments 0
You need to be logged in to leave comments. Login now