Show More
@@ -1135,7 +1135,7 class revlog(object): | |||
|
1135 | 1135 | transaction - the transaction object used for rollback |
|
1136 | 1136 | link - the linkrev data to add |
|
1137 | 1137 | p1, p2 - the parent nodeids of the revision |
|
1138 | d - an optional precomputed delta | |
|
1138 | cachedelta - an optional precomputed delta | |
|
1139 | 1139 | """ |
|
1140 | 1140 | dfh = None |
|
1141 | 1141 | if not self._inline: |
General Comments 0
You need to be logged in to leave comments.
Login now