hgext/simple4server.py
author Greg Ward <greg@gerg.ca>
Tue, 15 Apr 2014 14:06:20 -0400
branchstable
changeset 926 14d91c36f88b
parent 660 e6e47c432ffd
child 822 5f5d269278e9
permissions -rw-r--r--
README: document how to run the tests

'''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