##// END OF EJS Templates
nodemap: move on disk file to version 1...
marmoute -
r45294:261e7175 default
parent child Browse files
Show More
@@ -267,8 +267,7 b' def _persist_nodemap(tr, revlog, pending'
267 267 # data. Its content is currently very light, but it will expand as the on disk
268 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.
271 ONDISK_VERSION = 0
270 ONDISK_VERSION = 1
272 271 S_VERSION = struct.Struct(">B")
273 272 S_HEADER = struct.Struct(">BQQQQ")
274 273
General Comments 0
You need to be logged in to leave comments. Login now