Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable history: remove obsolete synch_clicked function

Changeset 9e0c3990c08a

Parent d9fa860eb92d

by Steve Borho

Changes to one file · Browse files at 9e0c3990c08a Showing diff from parent d9fa860eb92d Diff from another changeset...

 
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
 
234
235
236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
238
239
@@ -234,25 +234,6 @@
  ])   ]   - def synch_clicked(self, toolbutton, data): - def sync_closed(dialog): - self.cmd_set_sensitive('synchronize', True) - - def synch_callback(parents): - self.repo.invalidate() - self.changeview.clear_cache() - newparents = [x.node() for x in self.repo.parents()] - if parents != newparents: - self.refresh_model() - - from tortoisehg.hgtk import synch - parents = [x.node() for x in self.repo.parents()] - dlg = synch.SynchDialog([], False) - dlg.set_notify_func(synch_callback, parents) - dlg.connect('destroy', sync_closed) - dlg.show_all() - self.cmd_set_sensitive('synchronize', False) -   def toggle_view_column(self, button, property):   active = button.get_active()   self.graphview.set_property(property, active)