Fix copy detection corner case
We were aborting if the copied from rev was before the cut-off limit, rather than the copied _to_ rev. The copied from rev can be arbitrarily old.
mercurial/merge.py
100755 → 100644
Please register or sign in to comment