hgext/evolve.py
changeset 1669 11d72083883a
parent 1668 d158ba628e2a
child 1677 48c3a472aec7
equal deleted inserted replaced
1668:d158ba628e2a 1669:11d72083883a
    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 resulting issues.
    12 resulting issues.
    13 
    13 
    14 It also:
    14 It also:
    15 
    15 
    16     - enables the "Changeset Obsolescence" feature of mercurial,
    16     - enables the "Changeset Obsolescence" feature of Mercurial,
    17     - alters core commands and extensions that rewrite history to use
    17     - alters core commands and extensions that rewrite history to use
    18       this feature,
    18       this feature,
    19     - improves some aspect of the early implementation in Mercurial core
    19     - improves some aspect of the early implementation in Mercurial core
    20 '''
    20 '''
    21 
    21