comparison mercurial/commands.py @ 49927:e0c0545e2e55

branching: merge stable into default
author Rapha?l Gom?s <rgomes@octobus.net>
date Wed, 04 Jan 2023 16:02:22 +0100
parents f0e9dda408b3 bc59c1e5dd01
children c166b212bdee
comparison
equal deleted inserted replaced
49926:a9602a84a442 49927:e0c0545e2e55
7941 fm.write( 7941 fm.write(
7942 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version() 7942 b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
7943 ) 7943 )
7944 license = _( 7944 license = _(
7945 b"(see https://mercurial-scm.org for more information)\n" 7945 b"(see https://mercurial-scm.org for more information)\n"
7946 b"\nCopyright (C) 2005-2022 Olivia Mackall and others\n" 7946 b"\nCopyright (C) 2005-2023 Olivia Mackall and others\n"
7947 b"This is free software; see the source for copying conditions. " 7947 b"This is free software; see the source for copying conditions. "
7948 b"There is NO\nwarranty; " 7948 b"There is NO\nwarranty; "
7949 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 7949 b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
7950 ) 7950 )
7951 if not ui.quiet: 7951 if not ui.quiet: