hgext/simple4server.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 03 Mar 2014 19:27:42 -0800
branchstable
changeset 818 fcdd9b8c970b
parent 660 e6e47c432ffd
child 822 5f5d269278e9
permissions -rw-r--r--
prune: accept '0 0' as a valide --date value I 've no idea why 4c0f6d555032 introduced it with this check.

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