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

mq: fix option query

closes #85

Changeset 14d249eced22

Parent 77b90c283b18

by Steve Borho

Changes to one file · Browse files at 14d249eced22 Showing diff from parent 77b90c283b18 Diff from another changeset...

 
190
191
192
193
 
194
195
196
 
190
191
192
 
193
194
195
196
@@ -190,7 +190,7 @@
  for opt in optionlist:   if opt not in self.opts:   continue - val = self['opts'] + val = self.opts[opt]   if val is False:   continue   elif val is True: