hgext/obsolete.py
changeset 1657 103cb0d44cd8
parent 1652 b9354f330588
child 1664 1c9aef9497c4
equal deleted inserted replaced
1656:d8d657ef4a38 1657:103cb0d44cd8
     6 """Deprecated extension that formerly introduces "Changeset Obsolescence".
     6 """Deprecated extension that formerly introduces "Changeset Obsolescence".
     7 
     7 
     8 This concept is now partially in Mercurial core (starting with mercurial 2.3).
     8 This concept is now partially in Mercurial core (starting with mercurial 2.3).
     9 The remaining logic have been grouped with the evolve extension.
     9 The remaining logic have been grouped with the evolve extension.
    10 
    10 
    11 Some code cemains in this extensions to detect and convert prehistoric format
    11 Some code remains in this extensions to detect and convert prehistoric format
    12 of obsolete marker than early user may have create. Keep it enabled if you
    12 of obsolete marker than early user may have create. Keep it enabled if you
    13 were such user.
    13 were such user.
    14 """
    14 """
    15 
    15 
    16 from mercurial import util
    16 from mercurial import util