rust/hg-core/src/requirements.rs
branchstable
changeset 49500 3a53871048dc
parent 49194 e4b31016e194
child 51191 13f58ce70299
equal deleted inserted replaced
49492:b3e77d536b53 49500:3a53871048dc
    82     SHARESAFE_REQUIREMENT,
    82     SHARESAFE_REQUIREMENT,
    83     SPARSEREVLOG_REQUIREMENT,
    83     SPARSEREVLOG_REQUIREMENT,
    84     RELATIVE_SHARED_REQUIREMENT,
    84     RELATIVE_SHARED_REQUIREMENT,
    85     REVLOG_COMPRESSION_ZSTD,
    85     REVLOG_COMPRESSION_ZSTD,
    86     DIRSTATE_V2_REQUIREMENT,
    86     DIRSTATE_V2_REQUIREMENT,
       
    87     DIRSTATE_TRACKED_HINT_V1,
    87     // As of this writing everything rhg does is read-only.
    88     // As of this writing everything rhg does is read-only.
    88     // When it starts writing to the repository, it’ll need to either keep the
    89     // When it starts writing to the repository, it’ll need to either keep the
    89     // persistent nodemap up to date or remove this entry:
    90     // persistent nodemap up to date or remove this entry:
    90     NODEMAP_REQUIREMENT,
    91     NODEMAP_REQUIREMENT,
    91     // Not all commands support `sparse` and `narrow`. The commands that do
    92     // Not all commands support `sparse` and `narrow`. The commands that do