# HG changeset patch # User Benoit Allard # Date 1236245919 -3600 # Node ID b61e918ea76755323fdc761e382e130f5d84fcc9 # Parent f51e2263d2aae3af1c080d907ea04d1397b5265e update copyright date in version information diff -r f51e2263d2aa -r b61e918ea767 mercurial/commands.py --- a/mercurial/commands.py Thu Mar 05 14:44:13 2009 +0800 +++ b/mercurial/commands.py Thu Mar 05 10:38:39 2009 +0100 @@ -2942,7 +2942,7 @@ ui.write(_("Mercurial Distributed SCM (version %s)\n") % util.version()) ui.status(_( - "\nCopyright (C) 2005-2008 Matt Mackall and others\n" + "\nCopyright (C) 2005-2009 Matt Mackall and others\n" "This is free software; see the source for copying conditions. " "There is NO\nwarranty; " "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"