Mercurial > public > mercurial-scm > hg-stable
view rust/hg-core/src/dirstate_tree.rs @ 48872:cc92ad0e8185 stable
rhg: correctly handle the case where diffs are encoded relative to nullrev
returning a valid entry for nullrev fix chain that delta against nullrev.
author | Arseniy Alekseyev <aalekseyev@janestreet.com> |
---|---|
date | Sun, 22 May 2022 14:21:59 +0200 |
parents | 3d0a9c6e614d |
children |
line wrap: on
line source
pub mod dirstate_map; pub mod on_disk; pub mod owning; pub mod path_with_basename; pub mod status;