hgext/simple4server.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 09 Jan 2014 21:38:56 -0800
branchstable
changeset 764 4a74288c671c
parent 660 e6e47c432ffd
child 822 5f5d269278e9
permissions -rw-r--r--
doc: use a symbolic link to point to the tutorial the file was lagging behind a ton.

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