Rev 215: Fix option help strings to comply with the style guide. in file:///v/home/vila/src/plugins/gtk/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Jul 12 16:34:48 BST 2007
At file:///v/home/vila/src/plugins/gtk/
------------------------------------------------------------
revno: 215
revision-id: v.ladeuil+lp at free.fr-20070712153447-qk365r371wwof51h
parent: szilveszter.farkas at gmail.com-20070712123253-gafzsorksetw250p
parent: abentley at panoramicfeedback.com-20070625152700-xs2q3isleg6pf5mz
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: gtk
timestamp: Thu 2007-07-12 17:34:47 +0200
message:
Fix option help strings to comply with the style guide.
modified:
__init__.py __init__.py-20060519165329-a1fd52c8a829fcd5
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py 2007-07-12 05:38:02 +0000
+++ b/__init__.py 2007-07-12 15:34:47 +0000
@@ -236,7 +236,7 @@
"""
takes_options = [
"revision",
- Option('limit', "maximum number of revisions to display",
+ Option('limit', "Maximum number of revisions to display.",
int, 'count')]
takes_args = [ "location?" ]
aliases = [ "visualize", "vis", "viz" ]
@@ -270,10 +270,10 @@
takes_args = ["filename", "line?"]
takes_options = [
- Option("all", help="show annotations on all lines"),
- Option("plain", help="don't highlight annotation lines"),
+ Option("all", help="Show annotations on all lines."),
+ Option("plain", help="Don't highlight annotation lines."),
Option("line", type=int, argname="lineno",
- help="jump to specified line number"),
+ help="Jump to specified line number."),
"revision",
]
aliases = ["gblame", "gpraise"]
More information about the bazaar-commits
mailing list