Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 20227:9c963a43ecfb
doc: bump copyright year
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Fri, 10 Jan 2014 16:26:11 -0600 |
parents | 38fad5e76ee8 |
children | 1053f5a7bbc6 |
comparison
equal
deleted
inserted
replaced
20226:76d9364119fc | 20227:9c963a43ecfb |
---|---|
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 |