Files
SCM-Manager/plugins/scm-hg-plugin/src/main/resources/sonia/scm/hg.config.js
2010-09-17 15:31:19 +02:00

25 lines
530 B
JavaScript

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
registerConfigPanel({
xtype : 'configForm',
title : 'Mercurial Settings',
items : [{
xtype : 'textfield',
fieldLabel : 'HG Binary',
name : 'hgBinary',
allowBlank : false
},{
xtype: 'textfield',
name: 'repositoryDirectory',
fieldLabel: 'Repository directory',
allowBlank : false
},{
xtype: 'textfield',
name: 'baseUrl',
fieldLabel: 'Base URL',
allowBlank : false
}]
});