hgext/bookmarks.py
changeset 12084 ff7c1118a83a
parent 12027 e1a3d7ed478e
parent 12083 ebfc46929f3e
child 12152 e59156a1316f
equal deleted inserted replaced
12082:5e2216a35839 12084:ff7c1118a83a
    16 :hg:`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 configuration file::
    22 
    22 
    23   [bookmarks]
    23   [bookmarks]
    24   track.current = True
    24   track.current = True
    25 
    25 
    26 This will cause Mercurial to track the bookmark that you are currently
    26 This will cause Mercurial to track the bookmark that you are currently