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

update: remove unused signal handler

Changeset 961221f0f4f3

Parent d90c220505b9

by Yuki KODAMA

Changes to one file · Browse files at 961221f0f4f3 Showing diff from parent d90c220505b9 Diff from another changeset...

 
156
157
158
159
160
161
162
163
164
 
156
157
158
 
 
 
159
160
161
@@ -156,9 +156,6 @@
    ### Signal Handlers ###   - def target_changed(self, target): - self.update_info() -   def update_clicked(self):   self.cmd.run(['update', hglib.fromunicode(self.rev_combo.currentText())])