mercurial/commands.py
branchstable
changeset 48743 a1538c05d855
parent 48243 76c071bba40d
child 48773 6cfa30681a1d
equal deleted inserted replaced
48742:090346b095fb 48743:a1538c05d855
  7926     fm.write(
  7926     fm.write(
  7927         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7927         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7928     )
  7928     )
  7929     license = _(
  7929     license = _(
  7930         b"(see https://mercurial-scm.org for more information)\n"
  7930         b"(see https://mercurial-scm.org for more information)\n"
  7931         b"\nCopyright (C) 2005-2021 Olivia Mackall and others\n"
  7931         b"\nCopyright (C) 2005-2022 Olivia Mackall and others\n"
  7932         b"This is free software; see the source for copying conditions. "
  7932         b"This is free software; see the source for copying conditions. "
  7933         b"There is NO\nwarranty; "
  7933         b"There is NO\nwarranty; "
  7934         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7934         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7935     )
  7935     )
  7936     if not ui.quiet:
  7936     if not ui.quiet: