Added the support of Mercurial.

This commit is contained in:
Benjamin Jorand
2008-11-23 17:45:00 +01:00
committed by Loic d'Anterroches
parent ee8d56075d
commit 08145b7b1c
7 changed files with 489 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ class IDF_Form_SourceConf extends Pluf_Form
array(
__('git') => 'git',
__('Subversion') => 'svn',
__('mercurial') => 'mercurial',
)
),
'widget' => 'Pluf_Form_Widget_SelectInput',