hgext/simple4server.py
author Simon Heimberg <simohe@besonet.ch>
Fri, 07 Feb 2014 09:36:42 +0100
changeset 788 e973dd5bf583
parent 660 e6e47c432ffd
child 822 5f5d269278e9
permissions -rw-r--r--
evolve: register a summary hook instead of wrapping the summary command

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