# HG changeset patch # User Oben Sonne # Date 1475659068 -7200 # Wed Oct 05 11:17:48 2016 +0200 # Node ID 064a8c1d11beba9b42062e7586f0c4f0e7c0d786 # Parent 003e92ae20da6855b50ffd4d0edf703f664969e9 Fix example of HGRC template in help output diff --git a/prompt.py b/prompt.py --- a/prompt.py +++ b/prompt.py @@ -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. '''