equal
deleted
inserted
replaced
5886 """output version and copyright information""" |
5886 """output version and copyright information""" |
5887 ui.write(_("Mercurial Distributed SCM (version %s)\n") |
5887 ui.write(_("Mercurial Distributed SCM (version %s)\n") |
5888 % util.version()) |
5888 % util.version()) |
5889 ui.status(_( |
5889 ui.status(_( |
5890 "(see http://mercurial.selenic.com for more information)\n" |
5890 "(see http://mercurial.selenic.com for more information)\n" |
5891 "\nCopyright (C) 2005-2013 Matt Mackall and others\n" |
5891 "\nCopyright (C) 2005-2014 Matt Mackall and others\n" |
5892 "This is free software; see the source for copying conditions. " |
5892 "This is free software; see the source for copying conditions. " |
5893 "There is NO\nwarranty; " |
5893 "There is NO\nwarranty; " |
5894 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
5894 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
5895 )) |
5895 )) |
5896 |
5896 |