view rust/rhg/README.md @ 47528:80617f3c0f9a

dirstate: infer the 'n' state from `possibly_dirty` This flag is only used with 'n' so lets set the state based on that parameter in this case. Differential Revision: https://phab.mercurial-scm.org/D10970
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 04 Jul 2021 01:57:28 +0200
parents cf04f62d1579
children 6df528ed47a9
line wrap: on
line source

# rhg

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