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

commit: white-space cleanups

Changeset bc399466e295

Parent 1494f6528087

by Steve Borho

Changes to 2 files · Browse files at bc399466e295 Showing diff from parent 1494f6528087 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
331
332
333
334
335
336
337
338
339
340
 
331
332
333
 
 
 
 
334
335
336
@@ -331,10 +331,6 @@
  buf = self.text.get_buffer()   buf.set_text(_('merge'))   buf.set_modified(False) - #else: - # self.selectlabel.set_text( - # _('toggle change hunks to leave them out of commit')) -       def _check_patch_queue(self):
Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
580
581
582
583
 
584
585
586
 
580
581
582
 
583
584
585
586
@@ -580,7 +580,7 @@
  self.filemodel.clear()     for opt, char, changes in ([ct for ct in explicit_changetypes - if self.test_opt(ct[0])] or changetypes) : + if self.test_opt(ct[0])] or changetypes):   for wfile in changes:   mst = wfile in ms and ms[wfile].upper() or ""   wfile = util.localpath(wfile)