equal
deleted
inserted
replaced
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. |