064a8c1d11be — Oben Sonne 8 years ago
Fix example of HGRC template in help output
1 files changed, 1 insertions(+), 1 deletions(-)

M prompt.py
M prompt.py +1 -1
@@ 102,7 102,7 @@ def prompt(ui, repo, fs='', **opts):
     The format string may also be defined in an hgrc file::
 
         [prompt]
-        template = "{currently at {bookmark}}"
+        template = {currently at {bookmark}}
 
     This is used when no format string is passed on the command line.
     '''