mercurial/commands.py
branchstable
changeset 49830 bc59c1e5dd01
parent 49618 3adca6eb6659
child 49845 e0c0545e2e55
child 50087 4fc6b423fa97
equal deleted inserted replaced
49829:8ced4ca30ea1 49830:bc59c1e5dd01
  7937     fm.write(
  7937     fm.write(
  7938         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7938         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7939     )
  7939     )
  7940     license = _(
  7940     license = _(
  7941         b"(see https://mercurial-scm.org for more information)\n"
  7941         b"(see https://mercurial-scm.org for more information)\n"
  7942         b"\nCopyright (C) 2005-2022 Olivia Mackall and others\n"
  7942         b"\nCopyright (C) 2005-2023 Olivia Mackall and others\n"
  7943         b"This is free software; see the source for copying conditions. "
  7943         b"This is free software; see the source for copying conditions. "
  7944         b"There is NO\nwarranty; "
  7944         b"There is NO\nwarranty; "
  7945         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7945         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7946     )
  7946     )
  7947     if not ui.quiet:
  7947     if not ui.quiet: