aboutsummaryrefslogtreecommitdiff
path: root/t/mercurial.t
Commit message (Expand)AuthorAge
* clean up messages about unavailable vcs programsJoey Hess2010-06-25
* rcs_commit and rcs_commit_staged api changes•••Using named parameters for these is overdue. Passing the session in a parameter instead of passing username and IP separately will later allow storing other session info, like username or part of the email. Note that these functions are not part of the exported API, and the prototype change will catch (most) skew, so I am not changing API versions. Any third-party plugins that call them will need updated though. Joey Hess2010-06-23
* update rcs tests for new rcs plugin load method•••As a side effect, since loadplugins is called, mdwn is loaded, so rcs_recentchanges will return page names, not filenames, for mdwn files. Joey Hess2008-08-01
* * mercurial: Fix rcs_getctime (thanks, bma)joey2007-08-29
* get confused. So it's best for ikiwiki to follow the compatability•••* Support building on systems that lack asprintf. * mercurial getctime is currently broken, apparently by some change in mercurial version 0.9.4. Turn the failing test case into a TODO test case. joey2007-07-09
* * Mercurial backend improvements, including --get-ctime support.joey2006-11-26
* mercurial username setting patchjoey2006-11-26
* * Add a test suite for the mercurial backend, contributed by Emanuele Aina.•••* Add a test suite for the svn backend. * Daemonize before sending RPC pings, since that can take a while and/or hang. * Daemonize before sending commit mails, as that can also take a long time/hang if the mail server is unhappy. * Factor out commit mail sending code into new function. joey2006-11-21