##// END OF EJS Templates
revlog: fix docstring
Benoit Boissinot -
r12012:bade7a9c default
parent child Browse files
Show More
@@ -1135,7 +1135,7 b' class revlog(object):'
1135 transaction - the transaction object used for rollback
1135 transaction - the transaction object used for rollback
1136 link - the linkrev data to add
1136 link - the linkrev data to add
1137 p1, p2 - the parent nodeids of the revision
1137 p1, p2 - the parent nodeids of the revision
1138 d - an optional precomputed delta
1138 cachedelta - an optional precomputed delta
1139 """
1139 """
1140 dfh = None
1140 dfh = None
1141 if not self._inline:
1141 if not self._inline:
General Comments 0
You need to be logged in to leave comments. Login now