--- 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.