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

commit: remove unused function

Changeset f515d62b8907

Parent 8736463cfdd9

by Steve Borho

Changes to one file · Browse files at f515d62b8907 Showing diff from parent 8736463cfdd9 Diff from another changeset...

 
847
848
849
850
851
852
853
854
855
856
857
858
859
 
847
848
849
 
 
 
 
 
 
 
850
851
852
@@ -847,13 +847,6 @@
  _('Errors during rollback!'), self).run()     - def changelog_clicked(self, toolbutton, data=None): - from tortoisehg.hgtk import history - dlg = history.run(self.ui) - dlg.display() - return True - -   def should_addremove(self, files):   if self.test_opt('addremove'):   return True