comparison mercurial/transaction.py @ 3044:fcadf7a32425

Merge with mpm
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Sun, 03 Sep 2006 06:06:02 -0400
parents 345bac2bc4ec
children abaee83ce0a6
comparison
equal deleted inserted replaced
3043:2a4d4aecb2b4 3044:fcadf7a32425
4 # errors and interruptions. More serious failures like system crashes 4 # errors and interruptions. More serious failures like system crashes
5 # can be recovered with an fsck-like tool. As the whole repository is 5 # can be recovered with an fsck-like tool. As the whole repository is
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 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
12 # of the GNU General Public License, incorporated herein by reference. 12 # of the GNU General Public License, incorporated herein by reference.
13 13
14 from demandload import demandload 14 from demandload import demandload