Submitter | Gábor Stefanik |
---|---|
Date | Oct. 16, 2016, 3:15 p.m. |
Message ID | <1f91343556e7cef7a71e.1476630941@GSTEFANIK.NavnGo.local> |
Download | mbox | patch |
Permalink | /patch/17133/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 981a62271734 -r 1f91343556e7 mercurial/copies.py --- a/mercurial/copies.py Thu Oct 13 01:47:33 2016 +0200 +++ b/mercurial/copies.py Thu Oct 13 02:03:49 2016 +0200 @@ -338,6 +338,10 @@ dirtyc1 = not (base == _c1 or base.descendant(_c1)) dirtyc2 = not (base== _c2 or base.descendant(_c2)) graft = dirtyc1 or dirtyc2 + tca = base + if graft: + tca = _c1.ancestor(_c2) + limit = _findlimit(repo, c1.rev(), c2.rev()) if limit is None: # no common ancestor, no copies