dirstate-v2: freeze the on-disk format
It seems the format as reached a good balance. With a core of new capabilities that motivated it initially and enough new feature and room for future improvement to be a clear progress we can set a milestone for. Having the format frozen will help the feature to get real life testing, outside of the test suite. The feature itself stay experimental but the config gains a new name to avoid people enable non-frozen version by default. If too many bugs are reported during the RC we might move the format back to experimental and drop its support in future version (in favor of a new one) Differential Revision: https://phab.mercurial-scm.org/D11709
Showing
- mercurial/configitems.py 2 additions, 2 deletionsmercurial/configitems.py
- mercurial/localrepo.py 3 additions, 3 deletionsmercurial/localrepo.py
- mercurial/requirements.py 1 addition, 1 deletionmercurial/requirements.py
- mercurial/upgrade_utils/actions.py 3 additions, 1 deletionmercurial/upgrade_utils/actions.py
- rust/hg-core/src/requirements.rs 1 addition, 1 deletionrust/hg-core/src/requirements.rs
- tests/test-basic.t 1 addition, 1 deletiontests/test-basic.t
- tests/test-commandserver.t 1 addition, 1 deletiontests/test-commandserver.t
- tests/test-dirstate-race.t 1 addition, 1 deletiontests/test-dirstate-race.t
- tests/test-dirstate-race2.t 1 addition, 1 deletiontests/test-dirstate-race2.t
- tests/test-dirstate.t 1 addition, 1 deletiontests/test-dirstate.t
- tests/test-hgignore.t 1 addition, 1 deletiontests/test-hgignore.t
- tests/test-init.t 8 additions, 8 deletionstests/test-init.t
- tests/test-lfconvert.t 1 addition, 1 deletiontests/test-lfconvert.t
- tests/test-lfs-largefiles.t 1 addition, 1 deletiontests/test-lfs-largefiles.t
- tests/test-narrow-clone-no-ellipsis.t 1 addition, 1 deletiontests/test-narrow-clone-no-ellipsis.t
- tests/test-narrow-clone-stream.t 1 addition, 1 deletiontests/test-narrow-clone-stream.t
- tests/test-narrow-clone.t 1 addition, 1 deletiontests/test-narrow-clone.t
- tests/test-narrow-sparse.t 1 addition, 1 deletiontests/test-narrow-sparse.t
- tests/test-permissions.t 1 addition, 1 deletiontests/test-permissions.t
- tests/test-persistent-nodemap.t 3 additions, 3 deletionstests/test-persistent-nodemap.t
Loading
Please register or sign in to comment