view rust/rhg/README.md @ 47610:f89d3050dcd5

resolve: use the `parentchange` context manager to apply merge action In an ideal world, we would not have to do that. However, we are miles away from being ready to not have to do it. So we add this context manager alongside a long comment. This will help use to get to the point were have two distinct API with strict rules about when to call them. Differential Revision: https://phab.mercurial-scm.org/D11074
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 08 Jul 2021 04:29:36 +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.