version: replace email address with url to reduce private mail stable
authorMatt Mackall <mpm@selenic.com>
Sun, 24 Oct 2010 16:02:10 -0500
branchstable
changeset 12829 01145ee78c53
parent 12828 af1006d2f970
child 12830 d8205dacf9a3
version: replace email address with url to reduce private mail
mercurial/commands.py
tests/test-help.t
--- a/mercurial/commands.py	Sun Oct 24 19:28:44 2010 +0200
+++ b/mercurial/commands.py	Sun Oct 24 16:02:10 2010 -0500
@@ -3864,7 +3864,8 @@
     ui.write(_("Mercurial Distributed SCM (version %s)\n")
              % util.version())
     ui.status(_(
-        "\nCopyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others\n"
+        "(see http://mercurial.selenic.com for more information)\n"
+        "\nCopyright (C) 2005-2010 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"
--- a/tests/test-help.t	Sun Oct 24 19:28:44 2010 +0200
+++ b/tests/test-help.t	Sun Oct 24 16:02:10 2010 -0500
@@ -194,8 +194,9 @@
 
   $ hg -v help shortlist
   Mercurial Distributed SCM (version *) (glob)
+  (see http://mercurial.selenic.com for more information)
   
-  Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
+  Copyright (C) 2005-2010 Matt Mackall and others
   This is free software; see the source for copying conditions. There is NO
   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   
@@ -346,8 +347,9 @@
 
   $ hg add -h --version
   Mercurial Distributed SCM (version *) (glob)
+  (see http://mercurial.selenic.com for more information)
   
-  Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
+  Copyright (C) 2005-2010 Matt Mackall and others
   This is free software; see the source for copying conditions. There is NO
   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.