rust/rhg/README.md
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 16 Dec 2020 15:04:17 +0530
changeset 46212 c97d8e0406a6
parent 45001 cf04f62d1579
child 47778 6df528ed47a9
permissions -rw-r--r--
actions: introduce function to calculate downgrades An upgrade operation can also downgrade/remove some format variants. Before this patch there was no clean way to find out all such variants which will be removed. This patch adds a function for that. It will be used in next patch. Differential Revision: https://phab.mercurial-scm.org/D9618

# rhg

This project provides a fastpath Rust implementation of the Mercurial (`hg`)
version control tool.