diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3864,7 +3864,8 @@ def version_(ui): ui.write(_("Mercurial Distributed SCM (version %s)\n") % util.version()) ui.status(_( - "\nCopyright (C) 2005-2010 Matt Mackall 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" diff --git a/tests/test-help.t b/tests/test-help.t --- a/tests/test-help.t +++ b/tests/test-help.t @@ -194,8 +194,9 @@ Test short command list with verbose opt $ hg -v help shortlist Mercurial Distributed SCM (version *) (glob) + (see http://mercurial.selenic.com for more information) - Copyright (C) 2005-2010 Matt Mackall 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 @@ Test help option with version option $ hg add -h --version Mercurial Distributed SCM (version *) (glob) + (see http://mercurial.selenic.com for more information) - Copyright (C) 2005-2010 Matt Mackall 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.