# HG changeset patch # User Martin Geisler # Date 2009-07-22 22:02:06 # Node ID 82de0bb056d743b5328f6964295b5f0ad87479f4 # Parent 3d6c9659886b16decf738a995f7b284c17697ed2 bookmarks: use reST syntax for literal block diff --git a/hgext/bookmarks.py b/hgext/bookmarks.py --- a/hgext/bookmarks.py +++ b/hgext/bookmarks.py @@ -16,7 +16,7 @@ hg update). 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