mercurial/revlog.py
changeset 2858 345bac2bc4ec
parent 2801 81d7db1aa0fb
child 2910 5df3e5cf16bc
--- a/mercurial/revlog.py
+++ b/mercurial/revlog.py
@@ -4,7 +4,7 @@ revlog.py - storage back-end for mercuri
 This provides efficient delta storage with O(1) retrieve and append
 and O(changes) merge between branches
 
-Copyright 2005 Matt Mackall <mpm@selenic.com>
+Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
 
 This software may be used and distributed according to the terms
 of the GNU General Public License, incorporated herein by reference.