initial bzr support

This commit is contained in:
Rob Vermaas
2011-02-08 13:11:08 +00:00
parent e17fec61b2
commit c645fa55ff
4 changed files with 93 additions and 5 deletions

View File

@ -6,6 +6,8 @@
[% inputTypes =
{ "svn" = "Subversion export"
, "svn-checkout" = "Subversion checkout"
, "bzr" = "Bazaar export"
, "bzr-checkout" = "Bazaar checkout"
, "git" = "Git checkout"
, "tarball" = "Download of a tarball"
, "hg" = "Mercurial checkout"