# HG changeset patch # User Steve Losh # Date 1247569939 14400 # Node ID 95281c1ac8a06d0da43d2c1553378e0188be9f90 # Parent 955f4488f637486d824f5010a0fdb005661342c0 Fix the typo in the help text. fixes issue 1 diff -r 955f4488f637 -r 95281c1ac8a0 prompt.py --- a/prompt.py Mon Jul 06 06:27:17 2009 -0400 +++ b/prompt.py Tue Jul 14 07:12:19 2009 -0400 @@ -32,9 +32,9 @@ {optional text here{keyword}more optional text} This will expand the inner {keyword} and output it along with the extra - text only if the {keyword} expands successfully. This is useful if a - keyword that may not always apply to the current state and you have some - text that you would like to see only if it is appropriate: + text only if the {keyword} expands successfully. This is useful if you + have a keyword that may not always apply to the current state and you + have some text that you would like to see only if it is appropriate: $ hg prompt "currently at {bookmark}" currently at