[Updated] D8416: nodemap: move on disk file to version 1

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Thu May 7 15:34:26 UTC 2020


Closed by commit rHG261e71752d1f: nodemap: move on disk file to version 1 (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8416?vs=21147&id=21292

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8416/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8416

AFFECTED FILES
  mercurial/revlogutils/nodemap.py

CHANGE DETAILS

diff --git a/mercurial/revlogutils/nodemap.py b/mercurial/revlogutils/nodemap.py
--- a/mercurial/revlogutils/nodemap.py
+++ b/mercurial/revlogutils/nodemap.py
@@ -267,8 +267,7 @@
 # data. Its content is currently very light, but it will expand as the on disk
 # nodemap gains the necessary features to be used in production.
 
-# version 0 is experimental, no BC garantee, do no use outside of tests.
-ONDISK_VERSION = 0
+ONDISK_VERSION = 1
 S_VERSION = struct.Struct(">B")
 S_HEADER = struct.Struct(">BQQQQ")
 



To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches, durin42, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200507/b846bfba/attachment-0001.html>


More information about the Mercurial-patches mailing list