Submitter | phabricator |
---|---|
Date | April 16, 2020, 5:14 p.m. |
Message ID | <d0f2face3dd6304b5379910b3b23bd18@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/46174/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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")