mercurial/commands.py
branchstable
changeset 52586 6ca5cf290ebe
parent 51859 f4733654f144
child 52677 b7afc38468bd
equal deleted inserted replaced
52540:101c1862704a 52586:6ca5cf290ebe
  7987     fm.write(
  7987     fm.write(
  7988         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7988         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7989     )
  7989     )
  7990     license = _(
  7990     license = _(
  7991         b"(see https://mercurial-scm.org for more information)\n"
  7991         b"(see https://mercurial-scm.org for more information)\n"
  7992         b"\nCopyright (C) 2005-2024 Olivia Mackall and others\n"
  7992         b"\nCopyright (C) 2005-2025 Olivia Mackall and others\n"
  7993         b"This is free software; see the source for copying conditions. "
  7993         b"This is free software; see the source for copying conditions. "
  7994         b"There is NO\nwarranty; "
  7994         b"There is NO\nwarranty; "
  7995         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7995         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7996     )
  7996     )
  7997     if not ui.quiet:
  7997     if not ui.quiet: