call site 0 for path.svnwc.diff
path/svn/testing/test_wccommand.py - line 118
116
117
118
119
   def test_diff(self):
       p = self.root / 'anotherfile'
->     out = p.diff(rev=2)
       assert out.find('hello') != -1