Run the 1.8 regression tests against a 1.9 server (svnserve or apache) and
blame_tests.py 10 FAILs. The expected blame output is two lines:
2 jrandom This is the file 'iota'.
G 11 jrandom 'A' has changed a bit, with 'upsilon', and 'xi'.
and that is the result for 1.8 client/server and 1.9 client/server. However the
combination of 1.8 client and 1.9 server produces:
2 jrandom This is the file 'iota'.
2 jrandom 'A' has changed a bit, with 'upsilon', and 'xi'.
At r2 the file in the repository only contains one line so marking the second
line with r2 cannot possibly be correct.