diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-18 12:48:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-18 12:48:05 -0400 |
commit | 2797a659db82dd1a0021dacd005fa80212c41579 (patch) | |
tree | 785cd9ce22c0206aac701cbfee15391dad796569 /debian | |
parent | cb4b99929757f970d5ae697f0d09514ad624ed46 (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0d49df676..516b84063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ ikiwiki (3.20100611) UNRELEASED; urgency=low * attachment: Support Windows paths when taking basename of client-supplied file name. * theme: New plugin, allows easily theming a site via the underlay. + * mercurial: Fix buggy getctime code. -- Joey Hess <joeyh@debian.org> Fri, 11 Jun 2010 13:39:15 -0400 |