comparison mercurial/transaction.py @ 46819:d4ba4d51f85f

contributor: change mentions of mpm to olivia Matt Mackall is now Olivia Mackall. I reached out to her about changing the copyright notices to reflect this change and she gave me the green light, so I changed everything relevant. Differential Revision: https://phab.mercurial-scm.org/D10266
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 25 Mar 2021 18:02:08 +0100
parents 88de2639901b
children 18415fc918a1
comparison
equal deleted inserted replaced
46818:1977495dbbe2 46819:d4ba4d51f85f
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, 2006 Matt Mackall <mpm@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 14 from __future__ import absolute_import