~gz/bzr-grep/no_match_fast_path

« back to all changes in this revision

Viewing changes to grep.py

  • Committer: Martin
  • Date: 2010-06-05 18:32:01 UTC
  • Revision ID: gzlist@googlemail.com-20100605183201-j93pf53galt13a7g
Remove now-redundant hack that was missed earlier

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
                    path_prefix = path
194
194
                    dir_grep(tree, path, relpath, opts, revno, path_prefix)
195
195
                else:
196
 
                    # GZ 2010-06-05: Temp hack to stop issues, why no caching?
197
 
                    opts.outputter._cache_id = None
198
196
                    versioned_file_grep(tree, id, '.', path, opts, revno)
199
197
    finally:
200
198
        branch.unlock()