mercurial/utils/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Wed, 18 Sep 2019 17:53:10 +0700
branchstable
changeset 42953 085295f82845
parent 36607 c6061cadb400
permissions -rw-r--r--
merge: respect parents order when using `graft` on a merge, this time for real See a4ca0610c754. potherp1 is a boolean variable that means "pother is ctx.p1", and parents is naturally [ctx.p1, ctx.p2]. pctx is always removed from parents, so if pctx is parents[0], then we end up using parents[1] as pother. To be true to its name, potherp1 should then be True only when pctx is at parents[1].