mercurial/commands.py
branchstable
changeset 51668 45ba8416afc4
parent 51557 cc44b3df9bb4
child 51838 3b8d92f71d92
equal deleted inserted replaced
51665:b8fe591d7ab8 51668:45ba8416afc4
  7985     fm.write(
  7985     fm.write(
  7986         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7986         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7987     )
  7987     )
  7988     license = _(
  7988     license = _(
  7989         b"(see https://mercurial-scm.org for more information)\n"
  7989         b"(see https://mercurial-scm.org for more information)\n"
  7990         b"\nCopyright (C) 2005-2023 Olivia Mackall and others\n"
  7990         b"\nCopyright (C) 2005-2024 Olivia Mackall and others\n"
  7991         b"This is free software; see the source for copying conditions. "
  7991         b"This is free software; see the source for copying conditions. "
  7992         b"There is NO\nwarranty; "
  7992         b"There is NO\nwarranty; "
  7993         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7993         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7994     )
  7994     )
  7995     if not ui.quiet:
  7995     if not ui.quiet: