Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 15834:65f7e986a0d0
commands: bump copyright year
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 11 Jan 2012 15:51:02 +0100 |
parents | 3cf2bb3a9fcc |
children | 926c9ee8d4be |
comparison
equal
deleted
inserted
replaced
15833:3cf2bb3a9fcc | 15834:65f7e986a0d0 |
---|---|
5742 """output version and copyright information""" | 5742 """output version and copyright information""" |
5743 ui.write(_("Mercurial Distributed SCM (version %s)\n") | 5743 ui.write(_("Mercurial Distributed SCM (version %s)\n") |
5744 % util.version()) | 5744 % util.version()) |
5745 ui.status(_( | 5745 ui.status(_( |
5746 "(see http://mercurial.selenic.com for more information)\n" | 5746 "(see http://mercurial.selenic.com for more information)\n" |
5747 "\nCopyright (C) 2005-2011 Matt Mackall and others\n" | 5747 "\nCopyright (C) 2005-2012 Matt Mackall and others\n" |
5748 "This is free software; see the source for copying conditions. " | 5748 "This is free software; see the source for copying conditions. " |
5749 "There is NO\nwarranty; " | 5749 "There is NO\nwarranty; " |
5750 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | 5750 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
5751 )) | 5751 )) |
5752 | 5752 |