Submitter | phabricator |
---|---|
Date | April 15, 2020, noon |
Message ID | <c21fc6a76db0cd62af7b8b19376cd7ec@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/46120/ |
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 @@ -268,7 +268,7 @@ # 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")