[Accepted] D10967: dirstate: use a `added` parameter to _addpath

SimonSapin phabricator at mercurial-scm.org
Mon Jul 5 04:52:26 UTC 2021


SimonSapin added inline comments.
SimonSapin accepted this revision.

INLINE COMMENTS

> dirstate_map.rs:122-123
> +        let state = if state.is_none(py) {
> +            // Arbitrary default value
> +            EntryState::Normal
> +        } else {

I’m not a fan of this, but I see that it changes soon anyway in other patches

REPOSITORY
  rHG Mercurial

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

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

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


More information about the Mercurial-patches mailing list