Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable commit: fix reading of bugtraqparameters

Reported by Stef Rave

Changeset a0353a207f34

Parent 1117c57543f4

by Steve Borho

Changes to one file · Browse files at a0353a207f34 Showing diff from parent 1117c57543f4 Diff from another changeset...

 
56
57
58
59
 
60
61
62
 
56
57
58
 
59
60
61
62
@@ -56,7 +56,7 @@
  opts['pushafter'] = repo.ui.config('tortoisehg', 'cipushafter', '')   opts['autoinc'] = repo.ui.config('tortoisehg', 'autoinc', '')   opts['bugtraqplugin'] = repo.ui.config('tortoisehg', 'issue.bugtraqplugin', None) - opts['bugtraqparameters'] = repo.ui.config('tortoisehg', 'tortoisehg.issue.bugtraqparameters', None) + opts['bugtraqparameters'] = repo.ui.config('tortoisehg', 'issue.bugtraqparameters', None)   self.opts = opts # user, date     self.stwidget = status.StatusWidget(repo, pats, opts, self)