comparison hgext/obsolete.py @ 1665:559d04a5c856

Grammar: introduced
author timeless@gmail.com
date Wed, 12 Sep 2012 18:06:44 -0400
parents 1c9aef9497c4
children 11d72083883a
comparison
equal deleted inserted replaced
1664:1c9aef9497c4 1665:559d04a5c856
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 formerly introduces "Changeset Obsolescence". 6 """Deprecated extension that formerly introduced "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 has been grouped with the evolve extension. 9 The remaining logic has been grouped with the evolve extension.
10 10
11 Some code remains in this extensions to detect and convert prehistoric format 11 Some code remains in this extensions to detect and convert prehistoric format