changeset 9202:82de0bb056d7

bookmarks: use reST syntax for literal block
author Martin Geisler <mg@lazybytes.net>
date Thu, 23 Jul 2009 00:02:06 +0200
parents 3d6c9659886b
children e4dbd49b88a9
files hgext/bookmarks.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/bookmarks.py	Thu Jul 23 00:01:24 2009 +0200
+++ b/hgext/bookmarks.py	Thu Jul 23 00:02:06 2009 +0200
@@ -16,7 +16,7 @@
 
 By default, when several bookmarks point to the same changeset, they will all
 move forward together. It is possible to obtain a more git-like experience by
-adding the following configuration option to your .hgrc:
+adding the following configuration option to your .hgrc::
 
   [bookmarks]
   track.current = True