hgext/evolve.py
branchstable
changeset 523 c9983eb6969c
parent 520 a426301ab306
child 533 87c41ef95ebf
equal deleted inserted replaced
522:97c559ae10ca 523:c9983eb6969c
     6 # This software may be used and distributed according to the terms of the
     6 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2 or any later version.
     7 # GNU General Public License version 2 or any later version.
     8 
     8 
     9 '''Extends Mercurial feature related to Changeset Evolution
     9 '''Extends Mercurial feature related to Changeset Evolution
    10 
    10 
    11 This extension Provide several command tommutate history and deal with issue it may raise.
    11 This extension Provide several command to mutate history and deal with issue it may raise.
    12 
    12 
    13 It also:
    13 It also:
    14 
    14 
    15     - enable the "Changeset Obsolescence" feature of mercurial,
    15     - enable the "Changeset Obsolescence" feature of mercurial,
    16     - alter core command and extension that rewrite history to use this feature,
    16     - alter core command and extension that rewrite history to use this feature,