mercurial/hbisect.py
changeset 46819 d4ba4d51f85f
parent 45875 e641bb2a6159
child 48875 6000f5b25c9b
--- a/mercurial/hbisect.py	Mon Mar 22 15:29:05 2021 -0700
+++ b/mercurial/hbisect.py	Thu Mar 25 18:02:08 2021 +0100
@@ -1,6 +1,6 @@
 # changelog bisection for mercurial
 #
-# Copyright 2007 Matt Mackall
+# Copyright 2007 Olivia Mackall
 # Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
 #
 # Inspired by git bisect, extension skeleton taken from mq.py.