Show More
@@ -267,8 +267,7 b' def _persist_nodemap(tr, revlog, pending' | |||||
267 | # data. Its content is currently very light, but it will expand as the on disk |
|
267 | # data. Its content is currently very light, but it will expand as the on disk | |
268 | # nodemap gains the necessary features to be used in production. |
|
268 | # nodemap gains the necessary features to be used in production. | |
269 |
|
269 | |||
270 | # version 0 is experimental, no BC garantee, do no use outside of tests. |
|
270 | ONDISK_VERSION = 1 | |
271 | ONDISK_VERSION = 0 |
|
|||
272 | S_VERSION = struct.Struct(">B") |
|
271 | S_VERSION = struct.Struct(">B") | |
273 | S_HEADER = struct.Struct(">BQQQQ") |
|
272 | S_HEADER = struct.Struct(">BQQQQ") | |
274 |
|
273 |
General Comments 0
You need to be logged in to leave comments.
Login now