rust/hg-core/src/requirements.rs
changeset 47229 21b3e6116bd1
parent 46873 0abf5eba0042
child 47374 bd88b6bfd8da
equal deleted inserted replaced
47228:e51392acd70c 47229:21b3e6116bd1
   122 /// chain. This is why once a repository has enabled sparse-read, it becomes
   122 /// chain. This is why once a repository has enabled sparse-read, it becomes
   123 /// required.
   123 /// required.
   124 #[allow(unused)]
   124 #[allow(unused)]
   125 pub(crate) const SPARSEREVLOG_REQUIREMENT: &str = "sparserevlog";
   125 pub(crate) const SPARSEREVLOG_REQUIREMENT: &str = "sparserevlog";
   126 
   126 
   127 /// A repository with the sidedataflag requirement will allow to store extra
       
   128 /// information for revision without altering their original hashes.
       
   129 #[allow(unused)]
       
   130 pub(crate) const SIDEDATA_REQUIREMENT: &str = "exp-sidedata-flag";
       
   131 
       
   132 /// A repository with the the copies-sidedata-changeset requirement will store
   127 /// A repository with the the copies-sidedata-changeset requirement will store
   133 /// copies related information in changeset's sidedata.
   128 /// copies related information in changeset's sidedata.
   134 #[allow(unused)]
   129 #[allow(unused)]
   135 pub(crate) const COPIESSDC_REQUIREMENT: &str = "exp-copies-sidedata-changeset";
   130 pub(crate) const COPIESSDC_REQUIREMENT: &str = "exp-copies-sidedata-changeset";
   136 
   131