comparison mercurial/commands.py @ 44302:15eb90965a00

merge with stable
author Augie Fackler <augie@google.com>
date Mon, 03 Feb 2020 11:51:52 -0500
parents d4c1501225c4 0ab651b5f77c
children 5830efce522b
comparison
equal deleted inserted replaced
44301:830eae18b2f3 44302:15eb90965a00
7775 fm.write( 7775 fm.write(
7776 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() 7776 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
7777 ) 7777 )
7778 license = _( 7778 license = _(
7779 b"(see https://mercurial-scm.org for more information)\n" 7779 b"(see https://mercurial-scm.org for more information)\n"
7780 b"\nCopyright (C) 2005-2019 Matt Mackall and others\n" 7780 b"\nCopyright (C) 2005-2020 Matt Mackall and others\n"
7781 b"This is free software; see the source for copying conditions. " 7781 b"This is free software; see the source for copying conditions. "
7782 b"There is NO\nwarranty; " 7782 b"There is NO\nwarranty; "
7783 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 7783 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7784 ) 7784 )
7785 if not ui.quiet: 7785 if not ui.quiet: