mercurial/commands.py
branchstable
changeset 44170 0ab651b5f77c
parent 44134 e96ed3a61899
child 44240 15eb90965a00
child 44401 92b7caf4cb9e
equal deleted inserted replaced
44169:5d85e9ddc7b9 44170:0ab651b5f77c
  7777     fm.write(
  7777     fm.write(
  7778         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7778         b"ver", _(b"Mercurial Distributed SCM (version %s)\n"), util.version()
  7779     )
  7779     )
  7780     license = _(
  7780     license = _(
  7781         b"(see https://mercurial-scm.org for more information)\n"
  7781         b"(see https://mercurial-scm.org for more information)\n"
  7782         b"\nCopyright (C) 2005-2019 Matt Mackall and others\n"
  7782         b"\nCopyright (C) 2005-2020 Matt Mackall and others\n"
  7783         b"This is free software; see the source for copying conditions. "
  7783         b"This is free software; see the source for copying conditions. "
  7784         b"There is NO\nwarranty; "
  7784         b"There is NO\nwarranty; "
  7785         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7785         b"not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7786     )
  7786     )
  7787     if not ui.quiet:
  7787     if not ui.quiet: