call site 5 for path.svnurl.info
path/testing/fscommon.py - line 117
115
116
117
   def test_mtime(self):
       url = self.root.join("samplefile")
->     assert url.mtime() > 0
path/svn/svncommon.py - line 194
192
193
194
   def mtime(self):
       """ Return the last modification time of the file. """
->     return self.info().mtime