1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
bzr-grep 0.2.0-dev
==================
* Faster grep for revision range. bzr-grep now caches results for
files that have not changed between revisions.
(Parth Malwankar, #542375)
* Faster grep for specific revision. (Parth Malwankar, #539429)
* Added support for -F/--fixed-string for faster search.
Simple patterns [a-zA-Z0-9 _] are now implicitly -F and searched faster.
(Parth Malwankar, #539263)
* Significant performance improvement. Working tree grep for bzr.dev
has gone from ~7.5s to ~1s. (Parth Malwankar, #539028)
* Better unicode handling. bzr-grep no longer crashes with UnicodeDecode
error for some outputs. (Parth Malwankar, #539258)
* 'binary file skipped' warning is not shows without --verbose flag
(Parth Malwankar, #539031)
bzr-grep 0.1.0-final - 14-Mar-2010
==================================
* --recursive is now default. (Parth Malwankar, #536688)
* ``bzr grep`` searches working copy by default. (Parth Malwankar, #537072)
* --include/exclude=GLOB is now supported. (Parth Malwankar, #529889)
bzr-grep 0.0.1-final - 10-Mar-2010
==================================
* Initial release (Parth Malwankar)
|