Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3rc1, 0.3, and 0.4rc1

hggtk/datamine: use cwd to define default include filter

Changeset c047c9169e70

Parent c19f15cb969c

by Steve Borho

Changes to one file · Browse files at c047c9169e70 Showing diff from parent c19f15cb969c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
154
155
156
 
 
157
158
159
 
154
155
156
157
158
159
160
161
@@ -154,6 +154,8 @@
  search_hbox = gtk.HBox()   regexp = gtk.Entry()   includes = gtk.Entry() + if self.cwd.startswith(self.repo.root): + includes.set_text(util.canonpath(self.repo.root, self.cwd, '.'))   excludes = gtk.Entry()   search = gtk.Button('Search')   search_hbox.pack_start(gtk.Label('Regexp:'), False, False, 4)