mercurial/commands.py
branchstable
changeset 13472 6c70ca0b7e07
parent 13470 64ce09e93aff
child 13473 bbdd858e3229
equal deleted inserted replaced
13471:bffa00360e13 13472:6c70ca0b7e07
  4094     """output version and copyright information"""
  4094     """output version and copyright information"""
  4095     ui.write(_("Mercurial Distributed SCM (version %s)\n")
  4095     ui.write(_("Mercurial Distributed SCM (version %s)\n")
  4096              % util.version())
  4096              % util.version())
  4097     ui.status(_(
  4097     ui.status(_(
  4098         "(see http://mercurial.selenic.com for more information)\n"
  4098         "(see http://mercurial.selenic.com for more information)\n"
  4099         "\nCopyright (C) 2005-2010 Matt Mackall and others\n"
  4099         "\nCopyright (C) 2005-2011 Matt Mackall and others\n"
  4100         "This is free software; see the source for copying conditions. "
  4100         "This is free software; see the source for copying conditions. "
  4101         "There is NO\nwarranty; "
  4101         "There is NO\nwarranty; "
  4102         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  4102         "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
  4103     ))
  4103     ))
  4104 
  4104