hgext/mq.py
changeset 48875 6000f5b25c9b
parent 48116 5ced12cfa41b
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    60 
    60 
    61 This extension used to provide a strip command. This command now lives
    61 This extension used to provide a strip command. This command now lives
    62 in the strip extension.
    62 in the strip extension.
    63 '''
    63 '''
    64 
    64 
    65 from __future__ import absolute_import, print_function
       
    66 
    65 
    67 import errno
    66 import errno
    68 import os
    67 import os
    69 import re
    68 import re
    70 import shutil
    69 import shutil