mercurial/transaction.py
changeset 48875 6000f5b25c9b
parent 48685 21ac6aedd5e5
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     9 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
     9 # Copyright 2005, 2006 Olivia Mackall <olivia@selenic.com>
    10 #
    10 #
    11 # This software may be used and distributed according to the terms of the
    11 # This software may be used and distributed according to the terms of the
    12 # GNU General Public License version 2 or any later version.
    12 # GNU General Public License version 2 or any later version.
    13 
    13 
    14 from __future__ import absolute_import
       
    15 
    14 
    16 import errno
    15 import errno
    17 
    16 
    18 from .i18n import _
    17 from .i18n import _
    19 from . import (
    18 from . import (