comparison mercurial/commands.py @ 41543:13a6dd952ffe

merge with stable
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 04 Feb 2019 20:35:21 +0300
parents 718e9b444d97 8427fea04017
children aec185af621e
comparison
equal deleted inserted replaced
41542:b7a0efb3c370 41543:13a6dd952ffe
6171 fm.startitem() 6171 fm.startitem()
6172 fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"), 6172 fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
6173 util.version()) 6173 util.version())
6174 license = _( 6174 license = _(
6175 "(see https://mercurial-scm.org for more information)\n" 6175 "(see https://mercurial-scm.org for more information)\n"
6176 "\nCopyright (C) 2005-2018 Matt Mackall and others\n" 6176 "\nCopyright (C) 2005-2019 Matt Mackall and others\n"
6177 "This is free software; see the source for copying conditions. " 6177 "This is free software; see the source for copying conditions. "
6178 "There is NO\nwarranty; " 6178 "There is NO\nwarranty; "
6179 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 6179 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
6180 ) 6180 )
6181 if not ui.quiet: 6181 if not ui.quiet: