Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 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 | 64ce09e93aff |
children | bbdd858e3229 |
comparison
equal
deleted
inserted
replaced
13471:bffa00360e13 | 13472:6c70ca0b7e07 |
---|---|
4094 """output version and copyright information""" | 4094 """output version and copyright information""" |
4095 ui.write(_("Mercurial Distributed SCM (version %s)\n") | 4095 ui.write(_("Mercurial Distributed SCM (version %s)\n") |
4096 % util.version()) | 4096 % util.version()) |
4097 ui.status(_( | 4097 ui.status(_( |
4098 "(see http://mercurial.selenic.com for more information)\n" | 4098 "(see http://mercurial.selenic.com for more information)\n" |
4099 "\nCopyright (C) 2005-2010 Matt Mackall and others\n" | 4099 "\nCopyright (C) 2005-2011 Matt Mackall and others\n" |
4100 "This is free software; see the source for copying conditions. " | 4100 "This is free software; see the source for copying conditions. " |
4101 "There is NO\nwarranty; " | 4101 "There is NO\nwarranty; " |
4102 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | 4102 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
4103 )) | 4103 )) |
4104 | 4104 |