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

history: no need to open search page when launching datamine

the datamine dialog opens it's own search page if no other pages are
opened.

Changeset 49f64bde5a90

Parent c871842644fd

by Steve Borho

Changes to one file · Browse files at 49f64bde5a90 Showing diff from parent c871842644fd Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
85
86
87
88
89
90
91
 
85
86
87
 
88
89
90
@@ -85,7 +85,6 @@
  from datamine import DataMineDialog   dialog = DataMineDialog(self.ui, self.repo, self.cwd, [], {}, False)   dialog.display() - dialog.add_search_page()     def _filter_clicked(self, toolbutton, data=None):   if self._filter_dialog: