[Updated] D10487: dirstate-tree: Maintain a counter of DirstateEntry’s and copy sources

Alphare (Raphaël Gomès) phabricator at mercurial-scm.org
Wed Apr 28 15:08:04 UTC 2021


This revision is now accepted and ready to land.
Alphare added inline comments.
Alphare accepted this revision.

INLINE COMMENTS

> dirstate_map.rs:125
> +    ///
> +    /// * `Some(Some(x))`: set `Node::copy_source` to `Some(x)`
> +    /// * `Some(None)`: set `Node::copy_source` to `None`

I'd have used a dedicated enum, but this is fine for a private function.

REPOSITORY
  rHG Mercurial

BRANCH
  default

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D10487/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D10487

To: SimonSapin, #hg-reviewers, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210428/3aad61ca/attachment-0002.html>


More information about the Mercurial-patches mailing list