News and announcements

bzr-grep 0.4.0 released

Written for bzr-grep by Parth Malwankar on 2010-06-08

Changes since 0.3.0.

* Add seperate output formatter to reduce duplication of search loops,
  additionally make -Fi use regexp rather than lowercasing pattern and
  entirety of text for the same reason. This also fixes bug #590589
  - UnicodeDecodeError with options -Fi. (Martin [gz])

* Added fast path for no match that avoids splitting the file text into
  seperate lines and testing each one, by checking the entire text for a
  possible match initially. (Martin [gz])

* Added Makefile. (Parth Malwankar)

* Fixed setup.py to work correctly. (Martin [gz])

bzr-grep 0.3.0-final released

Written for bzr-grep by Parth Malwankar on 2010-05-23

I am happy to announce bzr-grep[1] 0.3.0-final.
Changes since last release:

* Support for --color option (POSIX only). (#571694)

* Revisions in branches without trees can now be searched with
 -r option. (#584240)

* Trying to search working tree for a treeless branch no longer
 produces a stack trace but gives an error message suggesting use of
 -r option. (#572658)

See the plugin guide[2] for details on installing bazaar plugins.

[1] https://launchpad.net/bzr-grep
[2] http://doc.bazaar.canonical.com/plugins/en/plugin-installation.html

Updated .

bzr-grep 0.2.0-final released

Written for bzr-grep by Parth Malwankar on 2010-03-30

Changes since last release.

* 'binary file skipped' warning is not shows without --verbose flag
  (#539031)

* Added support for -F/--fixed-string for faster search.
  Simple patterns [a-zA-Z0-9 _] are now implicitly -F and searched faster.
  (#539263)

* Better unicode handling. bzr-grep no longer crashes with UnicodeDecode
  error for some outputs. (#539258)

* Faster grep for revision range. bzr-grep now caches results for
  files that have not changed between revisions.
  (#542375)

* Faster grep for specific revision. (#539429)

* Significant performance improvement. Working tree grep for bzr.dev
  has gone from ~7.5s to ~1s. (#539028)

* Support for -L/--files-without-match and -l/files-with-matches
  (#540097)

bzr-grep 0.1.0 released

Written for bzr-grep by Parth Malwankar on 2010-03-14

bzr-grep is a bazaar plugin to print lines matching PATTERN for specified files and revisions.
Following are the changes since the last revision.

* --recursive is now default. (Bug #536688).
  Use --no-recursive to search only the current directory.
* ``bzr grep`` searches working copy by default. (Bug #537072).
  Specific revision and revision range can be search with -r.
* --include/exclude=GLOB is now supported. (Bug #529889)

For plugin installation instructions see:
http://doc.bazaar.canonical.com/bzr.2.1/en/user-guide/plugins.html

14 of 4 results

Announcements