comparison mercurial/scmutil.py @ 15976:d1c74c6151c9 stable

copies: eliminate criss-crosses when chaining Before the copies refactoring, we declared that if a and b were present in source and destination, we ignored copies between them. The refactored code could however report b was a copy of a and vice versa in a situation where we looked for differences between two identical changesets that copy a to b. y / x \ y'
author Matt Mackall <mpm@selenic.com>
date Tue, 24 Jan 2012 17:16:29 -0600
parents c7a8164c61ab
children 0b05e0bfdc1c
comparison
equal deleted inserted replaced
15972:341c58282b25 15976:d1c74c6151c9