rust/rhg/README.md
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 28 Jul 2021 14:55:06 +0200
branchstable
changeset 47773 fb8389f227a0
parent 45001 cf04f62d1579
child 47778 6df528ed47a9
permissions -rw-r--r--
dummyssh: make sure we don't inherit files descriptor to the children This is one of the difference between python2 and python3 and could have been a reason why test hang with python2 + chg. This does not seems to help the hanging issue at all… However, now that this is written lets reduce the difference between python2 and python3. Differential Revision: https://phab.mercurial-scm.org/D11225
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45001
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.