/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Parth Malwankar
  • Date: 2010-03-17 02:02:18 UTC
  • mto: (0.44.2 grep) (6531.3.1 merge-grep)
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: parth.malwankar@gmail.com-20100317020218-db6ntkvrblntg1h2
chenged encoding_type to 'replace' to handle unicode better
in some cases (emacs tree grep was failing without it).

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    [1] http://docs.python.org/library/re.html#regular-expression-syntax
81
81
    """
82
82
 
83
 
    encoding_type = 'exact'
 
83
    encoding_type = 'replace'
84
84
    takes_args = ['pattern', 'path*']
85
85
    takes_options = [
86
86
        'verbose',