tests/simplestorerepo.py
changeset 48875 6000f5b25c9b
parent 47877 2174f54aab18
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     8 # To use this with the test suite:
     8 # To use this with the test suite:
     9 #
     9 #
    10 #   $ HGREPOFEATURES="simplestore" ./run-tests.py \
    10 #   $ HGREPOFEATURES="simplestore" ./run-tests.py \
    11 #       --extra-config-opt extensions.simplestore=`pwd`/simplestorerepo.py
    11 #       --extra-config-opt extensions.simplestore=`pwd`/simplestorerepo.py
    12 
    12 
    13 from __future__ import absolute_import
       
    14 
    13 
    15 import stat
    14 import stat
    16 
    15 
    17 from mercurial.i18n import _
    16 from mercurial.i18n import _
    18 from mercurial.node import (
    17 from mercurial.node import (