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