tests/fakepatchtime.py
changeset 48875 6000f5b25c9b
parent 45942 89a2afe31e82
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     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,