# HG changeset patch
# User Oben Sonne <obensonne@googlemail.com>
# Date 1475659068 -7200
# Node ID 064a8c1d11beba9b42062e7586f0c4f0e7c0d786
# Parent  003e92ae20da6855b50ffd4d0edf703f664969e9
Fix example of HGRC template in help output

diff -r 003e92ae20da -r 064a8c1d11be prompt.py
--- a/prompt.py	Wed Oct 05 10:45:22 2016 +0200
+++ b/prompt.py	Wed Oct 05 11:17:48 2016 +0200
@@ -102,7 +102,7 @@
     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.
     '''