mercurial/transaction.py
changeset 8225 46293a0c7e9f
parent 8071 9f14b66830a8
child 8289 fe8a3e56039f
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     6 # effectively log-structured, this should amount to simply truncating
     6 # effectively log-structured, this should amount to simply truncating
     7 # anything that isn't referenced in the changelog.
     7 # anything that isn't referenced in the changelog.
     8 #
     8 #
     9 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     9 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
    10 #
    10 #
    11 # This software may be used and distributed according to the terms
    11 # This software may be used and distributed according to the terms of the
    12 # of the GNU General Public License, incorporated herein by reference.
    12 # GNU General Public License version 2, incorporated herein by reference.
    13 
    13 
    14 from i18n import _
    14 from i18n import _
    15 import os, errno
    15 import os, errno
    16 
    16 
    17 class transaction(object):
    17 class transaction(object):