mercurial/commands.py
branchstable
changeset 46413 ed43b6fa847e
parent 46203 63f0e31af0e5
child 46414 16c18d5e5dc8
child 46688 7e02e7c721b0
equal deleted inserted replaced
46412:7d0405e458a0 46413:ed43b6fa847e
  7705     fm.write(
  7705     fm.write(
  7706         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7706         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7707     )
  7707     )
  7708     license = _(
  7708     license = _(
  7709         b"(see https://mercurial-scm.org for more information)\n"
  7709         b"(see https://mercurial-scm.org for more information)\n"
  7710         b"\nCopyright (C) 2005-2020 Matt Mackall and others\n"
  7710         b"\nCopyright (C) 2005-2021 Matt Mackall and others\n"
  7711         b"This is free software; see the source for copying conditions. "
  7711         b"This is free software; see the source for copying conditions. "
  7712         b"There is NO\nwarranty; "
  7712         b"There is NO\nwarranty; "
  7713         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7713         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7714     )
  7714     )
  7715     if not ui.quiet:
  7715     if not ui.quiet: