Show More
@@ -391,7 +391,9 b' def _other_rawdata_filepath(revlog, dock' | |||||
391 | # |
|
391 | # | |
392 | # * value >= 0 -> index of sub-block |
|
392 | # * value >= 0 -> index of sub-block | |
393 | # * value == -1 -> no value |
|
393 | # * value == -1 -> no value | |
394 |
# * value < -1 -> |
|
394 | # * value < -1 -> encoded revision: rev = -(value+2) | |
|
395 | # | |||
|
396 | # See REV_OFFSET and _transform_rev below. | |||
395 | # |
|
397 | # | |
396 | # The implementation focus on simplicity, not on performance. A Rust |
|
398 | # The implementation focus on simplicity, not on performance. A Rust | |
397 | # implementation should provide a efficient version of the same binary |
|
399 | # implementation should provide a efficient version of the same binary |
General Comments 0
You need to be logged in to leave comments.
Login now