Rev 10: Fix typo catched by Bernhard Voelker. in http://code.launchpad.net/%7Ev-ladeuil/bzr/grep

Vincent Ladeuil v.ladeuil+lp at free.fr
Sun Jan 20 20:07:05 GMT 2008


At http://code.launchpad.net/%7Ev-ladeuil/bzr/grep

------------------------------------------------------------
revno: 10
revision-id:v.ladeuil+lp at free.fr-20080120200702-vcsy70v218boaptj
parent: v.ladeuil+lp at free.fr-20080116092404-o6jg97wylpesvl72
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: grep
timestamp: Sun 2008-01-20 21:07:02 +0100
message:
  Fix typo catched by Bernhard Voelker.
  
  * __init__.py:
  (cmd_grep): Fix forgotten no-recurse.
modified:
  __init__.py                    __init__.py-20060323100923-17d68e8a2f14f018
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2008-01-16 09:24:04 +0000
+++ b/__init__.py	2008-01-20 20:07:02 +0000
@@ -56,10 +56,14 @@
 
 
 # TODO: avoid xargs completely ?
+
+# TODO: separate file selection from file processing to get a true streamed
+# process (everything is is buffered so far, inputs as well as outputs and will
+# blow up for big trees one day or the other)
 class cmd_grep(commands.Command):
     """Grep through your working tree, but only files managed by bzr.
 
-    By default this is a recursive grep, unless you specify --no-recurse.
+    By default this is a recursive grep, unless you specify --non-recursive.
 
     To pass options to grep use "--" to signal the end of options to bzr, eg:
 



More information about the bazaar-commits mailing list