comparison hgext/bookmarks.py @ 11193:687c7d395f20

Use our custom hg reStructuredText role some more I missed these occurrences on my first scan through the source.
author Martin Geisler <mg@aragost.com>
date Tue, 18 May 2010 16:31:10 +0200
parents 49a07f441496
children 40c06bbf58be
comparison
equal deleted inserted replaced
11192:babf9a5f5528 11193:687c7d395f20
10 Bookmarks are local movable markers to changesets. Every bookmark 10 Bookmarks are local movable markers to changesets. Every bookmark
11 points to a changeset identified by its hash. If you commit a 11 points to a changeset identified by its hash. If you commit a
12 changeset that is based on a changeset that has a bookmark on it, the 12 changeset that is based on a changeset that has a bookmark on it, the
13 bookmark shifts to the new changeset. 13 bookmark shifts to the new changeset.
14 14
15 It is possible to use bookmark names in every revision lookup (e.g. hg 15 It is possible to use bookmark names in every revision lookup (e.g.
16 merge, hg update). 16 :hg:`merge`, :hg:`update`).
17 17
18 By default, when several bookmarks point to the same changeset, they 18 By default, when several bookmarks point to the same changeset, they
19 will all move forward together. It is possible to obtain a more 19 will all move forward together. It is possible to obtain a more
20 git-like experience by adding the following configuration option to 20 git-like experience by adding the following configuration option to
21 your .hgrc:: 21 your .hgrc::