Mercurial > hg
changeset 13472:6c70ca0b7e07 stable
commands: update year to 2011 in version string
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 25 Feb 2011 11:39:19 +0100 |
parents | bffa00360e13 |
children | bbdd858e3229 |
files | mercurial/commands.py tests/test-help.t |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Feb 25 10:52:37 2011 +0100 +++ b/mercurial/commands.py Fri Feb 25 11:39:19 2011 +0100 @@ -4096,7 +4096,7 @@ % util.version()) ui.status(_( "(see http://mercurial.selenic.com for more information)\n" - "\nCopyright (C) 2005-2010 Matt Mackall and others\n" + "\nCopyright (C) 2005-2011 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 Fri Feb 25 10:52:37 2011 +0100 +++ b/tests/test-help.t Fri Feb 25 11:39:19 2011 +0100 @@ -198,7 +198,7 @@ Mercurial Distributed SCM (version *) (glob) (see http://mercurial.selenic.com for more information) - Copyright (C) 2005-2010 Matt Mackall and others + Copyright (C) 2005-2011 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. @@ -351,7 +351,7 @@ Mercurial Distributed SCM (version *) (glob) (see http://mercurial.selenic.com for more information) - Copyright (C) 2005-2010 Matt Mackall and others + Copyright (C) 2005-2011 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.