Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 27925:f6d73c8756e2 stable
copyright: update to 2016
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 21 Jan 2016 21:15:52 +0000 |
parents | ae4e6b80f084 |
children | 02c5f8ad00ac |
comparison
equal
deleted
inserted
replaced
27924:24361fb68cba | 27925:f6d73c8756e2 |
---|---|
7016 """output version and copyright information""" | 7016 """output version and copyright information""" |
7017 ui.write(_("Mercurial Distributed SCM (version %s)\n") | 7017 ui.write(_("Mercurial Distributed SCM (version %s)\n") |
7018 % util.version()) | 7018 % util.version()) |
7019 ui.status(_( | 7019 ui.status(_( |
7020 "(see https://mercurial-scm.org for more information)\n" | 7020 "(see https://mercurial-scm.org for more information)\n" |
7021 "\nCopyright (C) 2005-2015 Matt Mackall and others\n" | 7021 "\nCopyright (C) 2005-2016 Matt Mackall and others\n" |
7022 "This is free software; see the source for copying conditions. " | 7022 "This is free software; see the source for copying conditions. " |
7023 "There is NO\nwarranty; " | 7023 "There is NO\nwarranty; " |
7024 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | 7024 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
7025 )) | 7025 )) |
7026 | 7026 |