i18n-sv: synchronized with
c2e6c5ef4555
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'
i18n-pt_BR: synchronized with
f7c8d6ee6056
i18n-sv: synchronized with
7ed056f1e97d
mq: pass qbase node instead of mq statusentry in phasedefaults
This was breaking my remotebranches extension in a completely
mystifying way, because repo.lookup was failing to resolve the
statusentry. I'm not sure how this works absent my remotebranches
extension, but doing it this way looks more correct and doesn't break
anything.
patch: a little bit more robust line counting on diff --stat (
issue3183)