mercurial/commands.py
changeset 19434 7228cc98ca7d
parent 19421 b2b08be5f556
child 19439 f4148c36f0aa
equal deleted inserted replaced
19433:a79b21ece345 19434:7228cc98ca7d
  5873     """output version and copyright information"""
  5873     """output version and copyright information"""
  5874     ui.write(_("Mercurial Distributed SCM (version %s)\n")
  5874     ui.write(_("Mercurial Distributed SCM (version %s)\n")
  5875              % util.version())
  5875              % util.version())
  5876     ui.status(_(
  5876     ui.status(_(
  5877         "(see http://mercurial.selenic.com for more information)\n"
  5877         "(see http://mercurial.selenic.com for more information)\n"
  5878         "\nCopyright (C) 2005-2012 Matt Mackall and others\n"
  5878         "\nCopyright (C) 2005-2013 Matt Mackall and others\n"
  5879         "This is free software; see the source for copying conditions. "
  5879         "This is free software; see the source for copying conditions. "
  5880         "There is NO\nwarranty; "
  5880         "There is NO\nwarranty; "
  5881         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  5881         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  5882     ))
  5882     ))
  5883 
  5883