Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

update: use bracket to get 'clean' option

'opts' has 'clean' key always.

Changeset 74dd2ab06368

Parent 63edbb8edf2a

by Yuki KODAMA

Changes to one file · Browse files at 74dd2ab06368 Showing diff from parent 63edbb8edf2a Diff from another changeset...

 
102
103
104
105
 
106
107
108
 
102
103
104
 
105
106
107
108
@@ -102,7 +102,7 @@
  optbox.addWidget(self.merge_chk)   optbox.addWidget(self.showlog_chk)   - self.discard_chk.setChecked(bool(opts.get('clean', False))) + self.discard_chk.setChecked(bool(opts['clean']))     ## command widget   self.cmd = cmdui.Widget()