hgext/simple4server.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 19 Feb 2014 18:14:20 -0800
branchstable
changeset 858 2137f1c153d6
parent 660 e6e47c432ffd
child 822 5f5d269278e9
permissions -rw-r--r--
evolve: drop `latercomer` and `conflicting` compatibility. Those old alias are deprecated for a long time now. All computations related to troubles are in Mercurial core for multiple versions.

'''enable experimental obsolescence feature of Mercurial

OBSOLESCENCE IS AN EXPERIMENTAL FEATURE MAKE SURE YOU UNDERSTOOD THE INVOLVED
CONCEPT BEFORE USING IT.

/!\ THIS EXTENSION IS INTENDED FOR SERVER SIDE ONLY USAGE /!\

For client side usages it is recommended to use the evolve extension for
improved user interface.'''

import mercurial.obsolete
mercurial.obsolete._enabled = True