mercurial/commands.py
changeset 41529 13a6dd952ffe
parent 41513 718e9b444d97
parent 41455 8427fea04017
child 41575 aec185af621e
equal deleted inserted replaced
41528:b7a0efb3c370 41529:13a6dd952ffe
  6171     fm.startitem()
  6171     fm.startitem()
  6172     fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
  6172     fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
  6173              util.version())
  6173              util.version())
  6174     license = _(
  6174     license = _(
  6175         "(see https://mercurial-scm.org for more information)\n"
  6175         "(see https://mercurial-scm.org for more information)\n"
  6176         "\nCopyright (C) 2005-2018 Matt Mackall and others\n"
  6176         "\nCopyright (C) 2005-2019 Matt Mackall and others\n"
  6177         "This is free software; see the source for copying conditions. "
  6177         "This is free software; see the source for copying conditions. "
  6178         "There is NO\nwarranty; "
  6178         "There is NO\nwarranty; "
  6179         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  6179         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  6180     )
  6180     )
  6181     if not ui.quiet:
  6181     if not ui.quiet: