equal
deleted
inserted
replaced
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 |