mercurial: Fix buggy getctime code.
authorJoey Hess <joey@kitenet.net>
Fri, 18 Jun 2010 16:48:05 +0000 (12:48 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 18 Jun 2010 16:48:05 +0000 (12:48 -0400)
commit2797a659db82dd1a0021dacd005fa80212c41579
tree785cd9ce22c0206aac701cbfee15391dad796569
parentcb4b99929757f970d5ae697f0d09514ad624ed46
mercurial: Fix buggy getctime code.

The file passed to rcs_getctime is already absolute, and it was
trying to stick the srcdir on the front.

Also, eliminated potentially unsafe shelling.
IkiWiki/Plugin/mercurial.pm
debian/changelog