comparison mercurial/commands.py @ 5994:a445388aa554

update copyright notice in version output
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 01 Feb 2008 10:31:15 +0100
parents f25070ecf334
children 5d91f6e6f841
comparison
equal deleted inserted replaced
5993:948a41e77902 5994:a445388aa554
2660 def version_(ui): 2660 def version_(ui):
2661 """output version and copyright information""" 2661 """output version and copyright information"""
2662 ui.write(_("Mercurial Distributed SCM (version %s)\n") 2662 ui.write(_("Mercurial Distributed SCM (version %s)\n")
2663 % version.get_version()) 2663 % version.get_version())
2664 ui.status(_( 2664 ui.status(_(
2665 "\nCopyright (C) 2005-2007 Matt Mackall <mpm@selenic.com> and others\n" 2665 "\nCopyright (C) 2005-2008 Matt Mackall <mpm@selenic.com> and others\n"
2666 "This is free software; see the source for copying conditions. " 2666 "This is free software; see the source for copying conditions. "
2667 "There is NO\nwarranty; " 2667 "There is NO\nwarranty; "
2668 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" 2668 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
2669 )) 2669 ))
2670 2670