Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek grep: don't return search results from bfile standins

Changeset 93c7082adfe1

Parent c37db70a36ca

by David Golub

Changes to one file · Browse files at 93c7082adfe1 Showing diff from parent c37db70a36ca Diff from another changeset...

 
472
473
474
 
 
475
476
477
 
472
473
474
475
476
477
478
479
@@ -472,6 +472,8 @@
  for wfile in ctx: # walk manifest   if self.canceled:   break + if re.match(r'^\.kbf/', wfile): + continue   self.progress.emit(topic, count, wfile, unit, total)   count += 1   if not matchfn(wfile):