hgext/bookmarks.py
branchstable
changeset 10263 25e572394f5c
parent 9643 013cc052a926
child 10264 d6512b3e9ac0
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     1 # Mercurial extension to provide the 'hg bookmark' command
     1 # Mercurial extension to provide the 'hg bookmark' command
     2 #
     2 #
     3 # Copyright 2008 David Soria Parra <dsp@php.net>
     3 # Copyright 2008 David Soria Parra <dsp@php.net>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 '''track a line of development with movable markers
     8 '''track a line of development with movable markers
     9 
     9 
    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