hgext/obsolete.py
changeset 1652 b9354f330588
parent 1649 0b8a1e58dcf7
child 1657 103cb0d44cd8
equal deleted inserted replaced
1651:cd2c2fd718c5 1652:b9354f330588
     1 # Copyright 2011 Pierre-Yves David <pierre-yves.david@ens-lyon.org>
     1 # Copyright 2011 Pierre-Yves David <pierre-yves.david@ens-lyon.org>
     2 #                Logilab SA        <contact@logilab.fr>
     2 #                Logilab SA        <contact@logilab.fr>
     3 #
     3 #
     4 # This software may be used and distributed according to the terms of the
     4 # This software may be used and distributed according to the terms of the
     5 # GNU General Public License version 2 or any later version.
     5 # GNU General Public License version 2 or any later version.
     6 """Deprecated extension that formely 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 cemains in this extensions to detect and convert prehistoric format