hgext/bookflow.py
changeset 48875 6000f5b25c9b
parent 43506 9f70512ae2cf
child 50775 3c8a31be81df
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    11     :hg book NAME: create a new bookmark
    11     :hg book NAME: create a new bookmark
    12     :hg book NAME -r REV: move bookmark to revision (fast-forward)
    12     :hg book NAME -r REV: move bookmark to revision (fast-forward)
    13     :hg up|co NAME: switch to bookmark
    13     :hg up|co NAME: switch to bookmark
    14     :hg push -B .: push active bookmark
    14     :hg push -B .: push active bookmark
    15 """
    15 """
    16 from __future__ import absolute_import
       
    17 
    16 
    18 from mercurial.i18n import _
    17 from mercurial.i18n import _
    19 from mercurial import (
    18 from mercurial import (
    20     bookmarks,
    19     bookmarks,
    21     commands,
    20     commands,