mercurial/commands.py
branchstable
changeset 27925 f6d73c8756e2
parent 27912 ae4e6b80f084
child 27943 02c5f8ad00ac
equal deleted inserted replaced
27924:24361fb68cba 27925:f6d73c8756e2
  7016     """output version and copyright information"""
  7016     """output version and copyright information"""
  7017     ui.write(_("Mercurial Distributed SCM (version %s)\n")
  7017     ui.write(_("Mercurial Distributed SCM (version %s)\n")
  7018              % util.version())
  7018              % util.version())
  7019     ui.status(_(
  7019     ui.status(_(
  7020         "(see https://mercurial-scm.org for more information)\n"
  7020         "(see https://mercurial-scm.org for more information)\n"
  7021         "\nCopyright (C) 2005-2015 Matt Mackall and others\n"
  7021         "\nCopyright (C) 2005-2016 Matt Mackall and others\n"
  7022         "This is free software; see the source for copying conditions. "
  7022         "This is free software; see the source for copying conditions. "
  7023         "There is NO\nwarranty; "
  7023         "There is NO\nwarranty; "
  7024         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7024         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  7025     ))
  7025     ))
  7026 
  7026