##// END OF EJS Templates
version: replace email address with url to reduce private mail
Matt Mackall -
r12829:01145ee7 stable
parent child Browse files
Show More
@@ -3864,7 +3864,8 b' def version_(ui):'
3864 3864 ui.write(_("Mercurial Distributed SCM (version %s)\n")
3865 3865 % util.version())
3866 3866 ui.status(_(
3867 "\nCopyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others\n"
3867 "(see http://mercurial.selenic.com for more information)\n"
3868 "\nCopyright (C) 2005-2010 Matt Mackall and others\n"
3868 3869 "This is free software; see the source for copying conditions. "
3869 3870 "There is NO\nwarranty; "
3870 3871 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
@@ -194,8 +194,9 b' Test short command list with verbose opt'
194 194
195 195 $ hg -v help shortlist
196 196 Mercurial Distributed SCM (version *) (glob)
197 (see http://mercurial.selenic.com for more information)
197 198
198 Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
199 Copyright (C) 2005-2010 Matt Mackall and others
199 200 This is free software; see the source for copying conditions. There is NO
200 201 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
201 202
@@ -346,8 +347,9 b' Test help option with version option'
346 347
347 348 $ hg add -h --version
348 349 Mercurial Distributed SCM (version *) (glob)
350 (see http://mercurial.selenic.com for more information)
349 351
350 Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
352 Copyright (C) 2005-2010 Matt Mackall and others
351 353 This is free software; see the source for copying conditions. There is NO
352 354 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
353 355
General Comments 0
You need to be logged in to leave comments. Login now