Show More
@@ -140,7 +140,7 b' editor = whatever' | |||||
140 | </p> |
|
140 | </p> | |
141 |
|
141 | |||
142 | <p> |
|
142 | <p> | |
143 |
Mercurial is Copyright 2005-201 |
|
143 | Mercurial is Copyright 2005-2015 Matt Mackall and others. See | |
144 | the <tt>Contributors.txt</tt> file for a list of contributors. |
|
144 | the <tt>Contributors.txt</tt> file for a list of contributors. | |
145 | </p> |
|
145 | </p> | |
146 |
|
146 |
@@ -21,7 +21,7 b'' | |||||
21 | #endif |
|
21 | #endif | |
22 |
|
22 | |||
23 | [Setup] |
|
23 | [Setup] | |
24 |
AppCopyright=Copyright 2005-201 |
|
24 | AppCopyright=Copyright 2005-2015 Matt Mackall and others | |
25 | AppName=Mercurial |
|
25 | AppName=Mercurial | |
26 | #if ARCH == "x64" |
|
26 | #if ARCH == "x64" | |
27 | AppVerName=Mercurial {#VERSION} (64-bit) |
|
27 | AppVerName=Mercurial {#VERSION} (64-bit) | |
@@ -44,7 +44,7 b' AppContact=mercurial@selenic.com' | |||||
44 | DefaultDirName={pf}\Mercurial |
|
44 | DefaultDirName={pf}\Mercurial | |
45 | SourceDir=..\.. |
|
45 | SourceDir=..\.. | |
46 | VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) |
|
46 | VersionInfoDescription=Mercurial distributed SCM (version {#VERSION}) | |
47 |
VersionInfoCopyright=Copyright 2005-201 |
|
47 | VersionInfoCopyright=Copyright 2005-2015 Matt Mackall and others | |
48 | VersionInfoCompany=Matt Mackall and others |
|
48 | VersionInfoCompany=Matt Mackall and others | |
49 | InternalCompressLevel=max |
|
49 | InternalCompressLevel=max | |
50 | SolidCompression=true |
|
50 | SolidCompression=true |
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -6313,7 +6313,7 b' def version_(ui):' | |||||
6313 | % util.version()) |
|
6313 | % util.version()) | |
6314 | ui.status(_( |
|
6314 | ui.status(_( | |
6315 | "(see http://mercurial.selenic.com for more information)\n" |
|
6315 | "(see http://mercurial.selenic.com for more information)\n" | |
6316 |
"\nCopyright (C) 2005-201 |
|
6316 | "\nCopyright (C) 2005-2015 Matt Mackall and others\n" | |
6317 | "This is free software; see the source for copying conditions. " |
|
6317 | "This is free software; see the source for copying conditions. " | |
6318 | "There is NO\nwarranty; " |
|
6318 | "There is NO\nwarranty; " | |
6319 | "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
|
6319 | "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" |
@@ -112,7 +112,7 b' Mailing list: http://selenic.com/mailman' | |||||
112 |
|
112 | |||
113 | Copying |
|
113 | Copying | |
114 | """"""" |
|
114 | """"""" | |
115 |
Copyright (C) 2005-201 |
|
115 | Copyright (C) 2005-2015 Matt Mackall. | |
116 | Free use of this software is granted under the terms of the GNU General |
|
116 | Free use of this software is granted under the terms of the GNU General | |
117 | Public License version 2 or any later version. |
|
117 | Public License version 2 or any later version. | |
118 |
|
118 |
@@ -26,7 +26,7 b' See Also' | |||||
26 | Copying |
|
26 | Copying | |
27 | ======= |
|
27 | ======= | |
28 | This manual page is copyright 2006 Vadim Gelfer. |
|
28 | This manual page is copyright 2006 Vadim Gelfer. | |
29 |
Mercurial is copyright 2005-201 |
|
29 | Mercurial is copyright 2005-2015 Matt Mackall. | |
30 | Free use of this software is granted under the terms of the GNU General |
|
30 | Free use of this software is granted under the terms of the GNU General | |
31 | Public License version 2 or any later version. |
|
31 | Public License version 2 or any later version. | |
32 |
|
32 |
@@ -34,7 +34,7 b' See Also' | |||||
34 | Copying |
|
34 | Copying | |
35 | ======= |
|
35 | ======= | |
36 | This manual page is copyright 2005 Bryan O'Sullivan. |
|
36 | This manual page is copyright 2005 Bryan O'Sullivan. | |
37 |
Mercurial is copyright 2005-201 |
|
37 | Mercurial is copyright 2005-2015 Matt Mackall. | |
38 | Free use of this software is granted under the terms of the GNU General |
|
38 | Free use of this software is granted under the terms of the GNU General | |
39 | Public License version 2 or any later version. |
|
39 | Public License version 2 or any later version. | |
40 |
|
40 |
@@ -555,7 +555,7 b' extra = {}' | |||||
555 | if py2exeloaded: |
|
555 | if py2exeloaded: | |
556 | extra['console'] = [ |
|
556 | extra['console'] = [ | |
557 | {'script':'hg', |
|
557 | {'script':'hg', | |
558 |
'copyright':'Copyright (C) 2005-201 |
|
558 | 'copyright':'Copyright (C) 2005-2015 Matt Mackall and others', | |
559 | 'product_version':version}] |
|
559 | 'product_version':version}] | |
560 | # sub command of 'build' because 'py2exe' does not handle sub_commands |
|
560 | # sub command of 'build' because 'py2exe' does not handle sub_commands | |
561 | build.sub_commands.insert(0, ('build_hgextindex', None)) |
|
561 | build.sub_commands.insert(0, ('build_hgextindex', None)) |
@@ -411,7 +411,7 b' Test help option with version option' | |||||
411 | Mercurial Distributed SCM (version *) (glob) |
|
411 | Mercurial Distributed SCM (version *) (glob) | |
412 | (see http://mercurial.selenic.com for more information) |
|
412 | (see http://mercurial.selenic.com for more information) | |
413 |
|
413 | |||
414 |
Copyright (C) 2005-201 |
|
414 | Copyright (C) 2005-2015 Matt Mackall and others | |
415 | This is free software; see the source for copying conditions. There is NO |
|
415 | This is free software; see the source for copying conditions. There is NO | |
416 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
416 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
417 |
|
417 |
@@ -71,7 +71,7 b' issue1829: wrong indentation' | |||||
71 | Mercurial Distributed SCM (version *) (glob) |
|
71 | Mercurial Distributed SCM (version *) (glob) | |
72 | (see http://mercurial.selenic.com for more information) |
|
72 | (see http://mercurial.selenic.com for more information) | |
73 |
|
73 | |||
74 |
Copyright (C) 2005-201 |
|
74 | Copyright (C) 2005-2015 Matt Mackall and others | |
75 | This is free software; see the source for copying conditions. There is NO |
|
75 | This is free software; see the source for copying conditions. There is NO | |
76 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
76 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
77 | $ unset FAKEPATH |
|
77 | $ unset FAKEPATH |
General Comments 0
You need to be logged in to leave comments.
Login now