rust/rhg/README.md
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Oct 2020 08:57:43 +0200
changeset 45621 646a676f5365
parent 44981 cf04f62d1579
child 47779 6df528ed47a9
permissions -rw-r--r--
changing-files: fix docstring As pointed by Pulkit Goyal. Differential Revision: https://phab.mercurial-scm.org/D9143
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44981
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
diff changeset
     1
# rhg
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
diff changeset
     2
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
diff changeset
     3
This project provides a fastpath Rust implementation of the Mercurial (`hg`)
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
diff changeset
     4
version control tool.