mercurial/commands.py
changeset 49845 e0c0545e2e55
parent 49771 f0e9dda408b3
parent 49830 bc59c1e5dd01
child 49960 c166b212bdee
equal deleted inserted replaced
49839:a9602a84a442 49845: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: