JordiGH added inline comments.

INLINE COMMENTS

> localrepo.py:2658
>                      del m[f]
> +                if p2.rev() != nullrev:
> +                    @util.cachefunc

Not all merges can be detected by checking for p2 being non-null; p1 being null 
but p2 being non-null is perfectly acceptable everywhere else, although 
normally hg won't produce commits like this in most circumstances.

REPOSITORY
  rHG Mercurial

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

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

To: valentin.gatienbaron, #hg-reviewers, mharbison72
Cc: JordiGH, yuja, mharbison72, martinvonz, mjpieters, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to