Mercurial > evolve
comparison hgext/obsolete.py @ 1664:1c9aef9497c4
Grammar: has
author | timeless@gmail.com |
---|---|
date | Wed, 12 Sep 2012 18:31:15 -0400 |
parents | 103cb0d44cd8 |
children | 559d04a5c856 |
comparison
equal
deleted
inserted
replaced
1663:ec6334e6627a | 1664:1c9aef9497c4 |
---|---|
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 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 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 |
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 """ |