##// END OF EJS Templates
commands: update year to 2011 in version string
Martin Geisler -
r13472:6c70ca0b stable
parent child Browse files
Show More
@@ -4096,7 +4096,7 b' def version_(ui):'
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"
@@ -198,7 +198,7 b' Test short command list with verbose opt'
198 Mercurial Distributed SCM (version *) (glob)
198 Mercurial Distributed SCM (version *) (glob)
199 (see http://mercurial.selenic.com for more information)
199 (see http://mercurial.selenic.com for more information)
200
200
201 Copyright (C) 2005-2010 Matt Mackall and others
201 Copyright (C) 2005-2011 Matt Mackall and others
202 This is free software; see the source for copying conditions. There is NO
202 This is free software; see the source for copying conditions. There is NO
203 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
203 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
204
204
@@ -351,7 +351,7 b' Test help option with version option'
351 Mercurial Distributed SCM (version *) (glob)
351 Mercurial Distributed SCM (version *) (glob)
352 (see http://mercurial.selenic.com for more information)
352 (see http://mercurial.selenic.com for more information)
353
353
354 Copyright (C) 2005-2010 Matt Mackall and others
354 Copyright (C) 2005-2011 Matt Mackall and others
355 This is free software; see the source for copying conditions. There is NO
355 This is free software; see the source for copying conditions. There is NO
356 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
356 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
357
357
General Comments 0
You need to be logged in to leave comments. Login now