hgext/evolve.py
branchstable
changeset 893 12ed6dfa8eea
parent 892 947fb5b1915b
child 900 98b5ac44a259
child 901 4f84b3307dc2
equal deleted inserted replaced
892:947fb5b1915b 893:12ed6dfa8eea
     4 #                Patrick Mezard <patrick@mezard.eu>
     4 #                Patrick Mezard <patrick@mezard.eu>
     5 #
     5 #
     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 provides several commands to mutate history and deal with
    11 This extension provides several commands to mutate history and deal with
    12 issues it may raise.
    12 issues it may raise.
    13 
    13 
    14 It also:
    14 It also: