]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commit
Version control backends promoted to first-class plugins
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 27 Jul 2008 02:27:08 +0000 (22:27 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 27 Jul 2008 02:27:24 +0000 (22:27 -0400)
commit14cd75746a2c73b50548b6fdb3583d536b6ef9bd
tree4e9390041f63ced41683be40a8946078af7ab92d
parentbb888daea0786a69d017b7617920827b637e954a
Version control backends promoted to first-class plugins
15 files changed:
IkiWiki/Plugin/bzr.pm [new file with mode: 0644]
IkiWiki/Plugin/git.pm [new file with mode: 0644]
IkiWiki/Plugin/mercurial.pm [new file with mode: 0644]
IkiWiki/Plugin/monotone.pm [new file with mode: 0644]
IkiWiki/Plugin/norcs.pm [new file with mode: 0644]
IkiWiki/Plugin/svn.pm [new file with mode: 0644]
IkiWiki/Plugin/tla.pm [new file with mode: 0644]
IkiWiki/Rcs/Stub.pm [deleted file]
IkiWiki/Rcs/bzr.pm [deleted file]
IkiWiki/Rcs/git.pm [deleted file]
IkiWiki/Rcs/mercurial.pm [deleted file]
IkiWiki/Rcs/monotone.pm [deleted file]
IkiWiki/Rcs/svn.pm [deleted file]
IkiWiki/Rcs/tla.pm [deleted file]
t/bzr.t [deleted file]