comparison mercurial/commands.py @ 41313:8427fea04017 stable

copyright: update to 2019 Differential Revision: https://phab.mercurial-scm.org/D5779
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 31 Jan 2019 13:32:21 +0800
parents 183df3df6031
children 13a6dd952ffe
comparison
equal deleted inserted replaced
41312:189e06b2d719 41313:8427fea04017
6164 fm.startitem() 6164 fm.startitem()
6165 fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"), 6165 fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
6166 util.version()) 6166 util.version())
6167 license = _( 6167 license = _(
6168 "(see https://mercurial-scm.org for more information)\n" 6168 "(see https://mercurial-scm.org for more information)\n"
6169 "\nCopyright (C) 2005-2018 Matt Mackall and others\n" 6169 "\nCopyright (C) 2005-2019 Matt Mackall and others\n"
6170 "This is free software; see the source for copying conditions. " 6170 "This is free software; see the source for copying conditions. "
6171 "There is NO\nwarranty; " 6171 "There is NO\nwarranty; "
6172 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 6172 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
6173 ) 6173 )
6174 if not ui.quiet: 6174 if not ui.quiet: