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