Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgconfig: whitespace tweak

Changeset 3cad77a708ba

Parent 1ce1f29483cd

by Steve Borho

Changes to one file · Browse files at 3cad77a708ba Showing diff from parent 1ce1f29483cd Diff from another changeset...

 
538
539
540
541
 
542
543
544
 
538
539
540
 
541
542
543
544
@@ -538,7 +538,7 @@
  def should_live(self, *args):   if self.dirty:   ret = gdialog.Confirm(_('Confirm quit without saving?'), [], self, - _('Yes to abandon changes, No to continue')).run() + _('Yes to abandon changes, No to continue')).run()   if ret != gtk.RESPONSE_YES:   if len(args) != 0:   self.emit_stop_by_name('response')