Mercurial > hg-stable
changeset 12829:01145ee78c53 stable
version: replace email address with url to reduce private mail
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 24 Oct 2010 16:02:10 -0500 |
parents | af1006d2f970 |
children | d8205dacf9a3 |
files | mercurial/commands.py tests/test-help.t |
diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.