tests/fakepatchtime.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     1 # extension to emulate invoking 'patch.internalpatch()' at the time
     1 # extension to emulate invoking 'patch.internalpatch()' at the time
     2 # specified by '[fakepatchtime] fakenow'
     2 # specified by '[fakepatchtime] fakenow'
     3 
     3 
     4 from __future__ import absolute_import
       
     5 
     4 
     6 from mercurial import (
     5 from mercurial import (
     7     extensions,
     6     extensions,
     8     patch as patchmod,
     7     patch as patchmod,
     9     registrar,
     8     registrar,