Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable settings: port minimal issue tracking settings from hgtk (refs #189)

It doesn't support bugtraq COM, but usable for our issue link feature.

Changeset e66b9940ad8f

Parent 68af30c46eb7

by Yuya Nishihara

Changes to one file · Browse files at e66b9940ad8f Showing diff from parent 68af30c46eb7 Diff from another changeset...

 
544
545
546
 
 
 
 
 
 
 
 
 
 
 
 
 
547
548
549
 
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
@@ -544,6 +544,19 @@
 ({'name': 'extensions', 'label': _('Extensions'), 'icon': 'hg-extensions'}, (   )),   +({'name': 'issue', 'label': _('Issue Tracking'), 'icon': 'edit-file'}, ( + _fi(_('Issue Regex'), 'tortoisehg.issue.regex', genEditCombo, + _('Defines the regex to match when picking up issue numbers.')), + _fi(_('Issue Link'), 'tortoisehg.issue.link', genEditCombo, + _('Defines the command to run when an issue number is recognized. ' + 'You may include groups in issue.regex, and corresponding {n} ' + 'tokens in issue.link (where n is a non-negative integer). ' + '{0} refers to the entire string matched by issue.regex, ' + 'while {1} refers to the first group and so on. If no {n} tokens' + 'are found in issue.link, the entire matched string is appended ' + 'instead.')), + )), +  ({'name': 'reviewboard', 'label': _('Review Board'), 'icon': 'reviewboard'}, (   _fi(_('Server'), 'reviewboard.server', genEditCombo,   _('Path to review board'