Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

commit: bring up 'No branch changes' radio button

Changeset d72566c4a867

Parent 2d4991a13eae

by Yuki KODAMA

Changes to one file · Browse files at d72566c4a867 Showing diff from parent 2d4991a13eae Diff from another changeset...

 
71
72
73
 
74
75
76
77
78
79
 
71
72
73
74
75
76
 
77
78
79
@@ -71,9 +71,9 @@
  lbl.set_markup(gtklib.markup(_('Changes take effect on next commit'),   weight='bold'))   table.add_row(lbl, padding=False, ypad=6) + table.add_row(nochanges)   table.add_row(self.newbranchradio, branchcombo)   table.add_row(self.closebranchradio) - table.add_row(nochanges)     # signal handlers   self.connect('response', self.response)