mercurial/commands.py
branchstable
changeset 41455 8427fea04017
parent 41281 183df3df6031
child 41529 13a6dd952ffe
equal deleted inserted replaced
41447:189e06b2d719 41455:8427fea04017
  6164     fm.startitem()
  6164     fm.startitem()
  6165     fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
  6165     fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
  6166              util.version())
  6166              util.version())
  6167     license = _(
  6167     license = _(
  6168         "(see https://mercurial-scm.org for more information)\n"
  6168         "(see https://mercurial-scm.org for more information)\n"
  6169         "\nCopyright (C) 2005-2018 Matt Mackall and others\n"
  6169         "\nCopyright (C) 2005-2019 Matt Mackall and others\n"
  6170         "This is free software; see the source for copying conditions. "
  6170         "This is free software; see the source for copying conditions. "
  6171         "There is NO\nwarranty; "
  6171         "There is NO\nwarranty; "
  6172         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  6172         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  6173     )
  6173     )
  6174     if not ui.quiet:
  6174     if not ui.quiet: