mercurial/commands.py
changeset 30916 455677a7667f
parent 30899 a8786013f056
parent 30907 75149f84eac7
child 30918 fec3dbaa7f83
equal deleted inserted replaced
30906:72f25e17af9d 30916:455677a7667f
  6581     fm.startitem()
  6581     fm.startitem()
  6582     fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
  6582     fm.write("ver", _("Mercurial Distributed SCM (version %s)\n"),
  6583              util.version())
  6583              util.version())
  6584     license = _(
  6584     license = _(
  6585         "(see https://mercurial-scm.org for more information)\n"
  6585         "(see https://mercurial-scm.org for more information)\n"
  6586         "\nCopyright (C) 2005-2016 Matt Mackall and others\n"
  6586         "\nCopyright (C) 2005-2017 Matt Mackall and others\n"
  6587         "This is free software; see the source for copying conditions. "
  6587         "This is free software; see the source for copying conditions. "
  6588         "There is NO\nwarranty; "
  6588         "There is NO\nwarranty; "
  6589         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  6589         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  6590     )
  6590     )
  6591     if not ui.quiet:
  6591     if not ui.quiet: