comparison mercurial/commands.py @ 46414:16c18d5e5dc8

merge with stable
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 29 Jan 2021 17:32:09 +0530
parents bb3a5c0df06b ed43b6fa847e
children 1a7d12c82057
comparison
equal deleted inserted replaced
46410:892eb7c5edaa 46414:16c18d5e5dc8
7807 fm.write( 7807 fm.write(
7808 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() 7808 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
7809 ) 7809 )
7810 license = _( 7810 license = _(
7811 b"(see https://mercurial-scm.org for more information)\n" 7811 b"(see https://mercurial-scm.org for more information)\n"
7812 b"\nCopyright (C) 2005-2020 Matt Mackall and others\n" 7812 b"\nCopyright (C) 2005-2021 Matt Mackall and others\n"
7813 b"This is free software; see the source for copying conditions. " 7813 b"This is free software; see the source for copying conditions. "
7814 b"There is NO\nwarranty; " 7814 b"There is NO\nwarranty; "
7815 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 7815 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7816 ) 7816 )
7817 if not ui.quiet: 7817 if not ui.quiet: