~bzr-pqm/bzr/bzr.dev

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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
bzr-grep 0.3.0-final - 23-May-2010
==================================
* Support for --color option (POSIX only). (Parth Malwankar, #571694)

* Revisions in branches without trees can now be searched with
  -r option. (Parth Malwankar, #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. (Parth Malwankar, #572658)

bzr-grep 0.2.0-final - 30-Mar-2010
==================================
* 'binary file skipped' warning is not shows without --verbose flag
  (Parth Malwankar, #539031)

* 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)

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

* 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)

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

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

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)