[PATCH] update copyright date in version information

Benoît Allard benoit at aeteurope.nl
Thu Mar 5 03:48:03 CST 2009


# HG changeset patch
# User Benoit Allard <benoit at aeteurope.nl>
# Date 1236245919 -3600
# Node ID 688b725e74607bb4e3d457d7bb06fcfbb989be4b
# Parent  2505e9f84153f6a5b513f06fb176417834588a38
update copyright date in version information

diff -r 2505e9f84153 -r 688b725e7460 mercurial/commands.py
--- a/mercurial/commands.py	Wed Mar 04 23:23:59 2009 +0100
+++ 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 <mpm at selenic.com> and 
others\n"
+        "\nCopyright (C) 2005-2009 Matt Mackall <mpm at selenic.com> 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"


More information about the Mercurial-devel mailing list