hgext/simple4server.py
changeset 660 e6e47c432ffd
child 822 5f5d269278e9
equal deleted inserted replaced
659:1db801bcd08f 660:e6e47c432ffd
       
     1 '''enable experimental obsolescence feature of Mercurial
       
     2 
       
     3 OBSOLESCENCE IS AN EXPERIMENTAL FEATURE MAKE SURE YOU UNDERSTOOD THE INVOLVED
       
     4 CONCEPT BEFORE USING IT.
       
     5 
       
     6 /!\ THIS EXTENSION IS INTENDED FOR SERVER SIDE ONLY USAGE /!\
       
     7 
       
     8 For client side usages it is recommended to use the evolve extension for
       
     9 improved user interface.'''
       
    10 
       
    11 import mercurial.obsolete
       
    12 mercurial.obsolete._enabled = True