Rev 7: Grr. Fix typo. in http://code.launchpad.net/%7Ev-ladeuil/bzr/grep
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Jan 9 11:45:09 GMT 2008
At http://code.launchpad.net/%7Ev-ladeuil/bzr/grep
------------------------------------------------------------
revno: 7
revision-id:v.ladeuil+lp at free.fr-20080109114507-tv4b269tf2v2rad4
parent: v.ladeuil+lp at free.fr-20080109104510-vc1x3lbm24bq7caa
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: grep
timestamp: Wed 2008-01-09 12:45:07 +0100
message:
Grr. Fix typo.
modified:
__init__.py __init__.py-20060323100923-17d68e8a2f14f018
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py 2008-01-09 10:45:10 +0000
+++ b/__init__.py 2008-01-09 11:45:07 +0000
@@ -6,7 +6,7 @@
from bzrlib import (
builtins,
commands,
- options,
+ option,
osutils,
)
@@ -24,7 +24,7 @@
takes_args = ['pattern', 'file*']
takes_options = [
- options.Option(
+ option.Option(
'no-recurse',
help="Don't recursively grep the contents of directories."),
]
More information about the bazaar-commits
mailing list