mercurial/commands.py
changeset 35774 854a7315603e
parent 35751 6d65cef5b038
child 35801 373fb3f5922c
equal deleted inserted replaced
35773:eb878d863195 35774:854a7315603e
  5591     fm.startitem()
  5591     fm.startitem()
  5592     fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
  5592     fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
  5593              util.version())
  5593              util.version())
  5594     license = _(
  5594     license = _(
  5595         "(see https://mercurial-scm.org for more information)\n"
  5595         "(see https://mercurial-scm.org for more information)\n"
  5596         "\nCopyright (C) 2005-2017 Matt Mackall and others\n"
  5596         "\nCopyright (C) 2005-2018 Matt Mackall and others\n"
  5597         "This is free software; see the source for copying conditions. "
  5597         "This is free software; see the source for copying conditions. "
  5598         "There is NO\nwarranty; "
  5598         "There is NO\nwarranty; "
  5599         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  5599         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  5600     )
  5600     )
  5601     if not ui.quiet:
  5601     if not ui.quiet: