annotate rust/rhg/README.md @ 47527:c6b91a9c242a
dirstate: use a `merged` parameter to _addpath
Differential Revision: https://phab.mercurial-scm.org/D10969
author |
Pierre-Yves David <pierre-yves.david@octobus.net> |
date |
Sun, 04 Jul 2021 01:48:11 +0200 |
parents |
cf04f62d1579 |
children |
6df528ed47a9 |
rev |
line source |
44981
Antoine Cezar <antoine.cezar@octobus.net>
parents:
diff
changeset
|
1 # rhg
|
Antoine Cezar <antoine.cezar@octobus.net>
parents:
diff
changeset
|
2
|
Antoine Cezar <antoine.cezar@octobus.net>
parents:
diff
changeset
|
3 This project provides a fastpath Rust implementation of the Mercurial (`hg`)
|
Antoine Cezar <antoine.cezar@octobus.net>
parents:
diff
changeset
|
4 version control tool.
|