* Add a test suite for the mercurial backend, contributed by Emanuele Aina.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 21 Nov 2006 17:47:53 +0000 (17:47 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 21 Nov 2006 17:47:53 +0000 (17:47 +0000)
commitffb27000431f744f2cec9d198d0a0d8cbb0bd405
tree818d52f0e8791741d643b1024c09c3f6e2c01b9b
parentee8e5261203bfb5964e7b14ef0137ad4c7b5137c
* 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.
IkiWiki/Plugin/inline.pm
IkiWiki/Rcs/git.pm
IkiWiki/Rcs/svn.pm
IkiWiki/Rcs/tla.pm
IkiWiki/UserInfo.pm
debian/changelog
t/mercurial.t [new file with mode: 0755]
t/svn.t [new file with mode: 0755]