rust/rhg/src/main.rs
changeset 49227 411d591e0a27
parent 49226 e4b31016e194
child 49420 3a53871048dc
child 49491 f3cd2d6eeef9
equal deleted inserted replaced
49226:e4b31016e194 49227:411d591e0a27
   734     (
   734     (
   735         ("format", "use-dirstate-tracked-hint.automatic-upgrade-of-mismatching-repositories"),
   735         ("format", "use-dirstate-tracked-hint.automatic-upgrade-of-mismatching-repositories"),
   736         ("format", "use-dirstate-tracked-hint"),
   736         ("format", "use-dirstate-tracked-hint"),
   737         requirements::DIRSTATE_TRACKED_HINT_V1,
   737         requirements::DIRSTATE_TRACKED_HINT_V1,
   738     ),
   738     ),
       
   739     (
       
   740         ("use-dirstate-v2", "automatic-upgrade-of-mismatching-repositories"),
       
   741         ("format", "use-dirstate-v2"),
       
   742         requirements::DIRSTATE_V2_REQUIREMENT,
       
   743     ),
   739 ];
   744 ];
   740 
   745 
   741 /// Mercurial allows users to automatically upgrade their repository.
   746 /// Mercurial allows users to automatically upgrade their repository.
   742 /// `rhg` does not have the ability to upgrade yet, so fallback if an upgrade
   747 /// `rhg` does not have the ability to upgrade yet, so fallback if an upgrade
   743 /// is needed.
   748 /// is needed.