mercurial/revlog.py
changeset 4635 63b9d2deed48
parent 4497 22ebd6ee5672
child 4781 62c56d8f368b
--- 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, 2006 Matt Mackall <mpm@selenic.com>
+Copyright 2005-2007 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.