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