rcs_getctime and rcs_getmtime take relative filenames
authorJoey Hess <joey@kitenet.net>
Wed, 23 Jun 2010 23:32:53 +0000 (19:32 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 23 Jun 2010 23:32:53 +0000 (19:32 -0400)
commitd8e4b51a41a9507584d56946d0eae0e5cef6d6f5
treeb0aeaa8fb5116d5869f8758792c17b94eb72fa83
parentecdfd1b8644bc926db008054ab6192e18351afed
rcs_getctime and rcs_getmtime take relative filenames

There was some confusion about whether the filename was
relative to srcdir or not. Some test cases, and the bzr
plugin assumed it was relative to the srcdir. Most everything else
assumed it was absolute.

Changed it to relative, for consistency with the rest
of the rcs_ functions.
IkiWiki/Plugin/cvs.pm
IkiWiki/Plugin/darcs.pm
IkiWiki/Plugin/git.pm
IkiWiki/Plugin/mercurial.pm
IkiWiki/Plugin/svn.pm
IkiWiki/Render.pm
debian/changelog