Mercurial > public > mercurial-scm > hg
view rust/hg-core/src/dirstate_tree.rs @ 47335:ed1583a845d2
dirstate-v2: Make more APIs fallible, returning Result
When parsing becomes lazy, parse error will potentially happen in more places.
This propagates such errors to callers.
Differential Revision: https://phab.mercurial-scm.org/D10749
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Wed, 19 May 2021 13:15:00 +0200 |
parents | 1766130fe9ba |
children | bd88b6bfd8da |
line wrap: on
line source
pub mod dirstate_map; pub mod dispatch; pub mod on_disk; pub mod path_with_basename; mod status;