##// END OF EJS Templates
change wiki/bts URLs to point to new hostname
Dirkjan Ochtman -
r8936:1de6e7e1 default
parent child Browse files
Show More
@@ -5,6 +5,6 b' Basic install:'
5 $ hg debuginstall # sanity-check setup
5 $ hg debuginstall # sanity-check setup
6 $ hg # see help
6 $ hg # see help
7
7
8 See http://www.selenic.com/mercurial/ for detailed installation
8 See http://mercurial.selenic.com/ for detailed installation
9 instructions, platform-specific notes, and Mercurial user information.
9 instructions, platform-specific notes, and Mercurial user information.
10
10
@@ -25,13 +25,13 b''
25 <p class="p2"><br></p>
25 <p class="p2"><br></p>
26 <p class="p1"><b>Documentation</b></p>
26 <p class="p1"><b>Documentation</b></p>
27 <p class="p2"><br></p>
27 <p class="p2"><br></p>
28 <p class="p3">Visit the <a href="http://www.selenic.com/mercurial">Mercurial web site and wiki</a></p>
28 <p class="p3">Visit the <a href="http://mercurial.selenic.com/">Mercurial web site and wiki</a></p>
29 <p class="p2"><br></p>
29 <p class="p2"><br></p>
30 <p class="p3">There's also a free book, <a href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a></p>
30 <p class="p3">There's also a free book, <a href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a></p>
31 <p class="p2"><br></p>
31 <p class="p2"><br></p>
32 <p class="p1"><b>Reporting problems</b></p>
32 <p class="p1"><b>Reporting problems</b></p>
33 <p class="p2"><br></p>
33 <p class="p2"><br></p>
34 <p class="p3">If you run into any problems, please file a bug online:</p>
34 <p class="p3">If you run into any problems, please file a bug online:</p>
35 <p class="p3"><a href="http://www.selenic.com/mercurial/bts">http://www.selenic.com/mercurial/bts</a></p>
35 <p class="p3"><a href="http://mercurial.selenic.com/bts/">http://mercurial.selenic.com/bts/</a></p>
36 </body>
36 </body>
37 </html>
37 </html>
@@ -11,10 +11,10 b''
11 </style>
11 </style>
12 </head>
12 </head>
13 <body>
13 <body>
14 <p class="p1">This is a prepackaged release of <a href="http://www.selenic.com/mercurial">Mercurial</a> for Mac OS X.</p>
14 <p class="p1">This is a prepackaged release of <a href="http://mercurial.selenic.com/">Mercurial</a> for Mac OS X.</p>
15 <p class="p2"><br></p>
15 <p class="p2"><br></p>
16 <br>
16 <br>
17 <p>
17 <p>
18 Please be sure to read the latest <a href="http://www.selenic.com/mercurial/wiki/index.cgi/WhatsNew">release notes</a>.</p>
18 Please be sure to read the latest <a href="http://mercurial.selenic.com/wiki/WhatsNew">release notes</a>.</p>
19 </body>
19 </body>
20 </html>
20 </html>
@@ -4,8 +4,8 b' Version: snapshot'
4 Release: 0
4 Release: 0
5 License: GPL
5 License: GPL
6 Group: Development/Tools
6 Group: Development/Tools
7 Source: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
7 Source: http://mercurial.selenic.com/release/%{name}-%{version}.tar.gz
8 URL: http://www.selenic.com/mercurial
8 URL: http://mercurial.selenic.com
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10
10
11 # From the README:
11 # From the README:
@@ -1226,7 +1226,7 b' finish'
1226
1226
1227 Author: Mathieu Clabaut <mathieu.clabaut@gmail.com>
1227 Author: Mathieu Clabaut <mathieu.clabaut@gmail.com>
1228 Credits: Bob Hiestand <bob.hiestand@gmail.com>
1228 Credits: Bob Hiestand <bob.hiestand@gmail.com>
1229 Mercurial: http://www.selenic.com/mercurial
1229 Mercurial: http://mercurial.selenic.com/
1230 Mercurial (noted Hg) is a fast, lightweight Source Control Management
1230 Mercurial (noted Hg) is a fast, lightweight Source Control Management
1231 system designed for efficient handling of very large distributed projects.
1231 system designed for efficient handling of very large distributed projects.
1232
1232
@@ -49,7 +49,7 b''
49
49
50 <p>
50 <p>
51 For documentation, please visit the <a
51 For documentation, please visit the <a
52 href="http://www.selenic.com/mercurial">Mercurial web site</a>.
52 href="http://mercurial.selenic.com/">Mercurial web site</a>.
53 You can also download a free book, <a
53 You can also download a free book, <a
54 href="http://hgbook.red-bean.com/">Mercurial: The Definitive
54 href="http://hgbook.red-bean.com/">Mercurial: The Definitive
55 Guide</a>.
55 Guide</a>.
@@ -100,7 +100,7 b' editor = whatever'
100 By default, Mercurial will use the merge program defined by the
100 By default, Mercurial will use the merge program defined by the
101 <tt>HGMERGE</tt> environment variable, or uses the one defined
101 <tt>HGMERGE</tt> environment variable, or uses the one defined
102 in the <tt>mercurial.ini</tt> file. (see <a
102 in the <tt>mercurial.ini</tt> file. (see <a
103 href="http://www.selenic.com/mercurial/wiki/index.cgi/MergeProgram">MergeProgram</a>
103 href="http://mercurial.selenic.com/wiki/MergeProgram">MergeProgram</a>
104 on the Mercurial Wiki for more information)
104 on the Mercurial Wiki for more information)
105 </p>
105 </p>
106
106
@@ -108,9 +108,9 b' editor = whatever'
108
108
109 <p>
109 <p>
110 Before you report any problems, please consult the <a
110 Before you report any problems, please consult the <a
111 href="http://www.selenic.com/mercurial">Mercurial web site</a>
111 href="http://mercurial.selenic.com/">Mercurial web site</a>
112 and see if your question is already in our list of <a
112 and see if your question is already in our list of <a
113 href="http://www.selenic.com/mercurial/wiki/index.cgi/FAQ">Frequently
113 href="http://mercurial.selenic.com/wiki/FAQ">Frequently
114 Answered Questions</a> (the "FAQ").
114 Answered Questions</a> (the "FAQ").
115 </p>
115 </p>
116
116
@@ -8,9 +8,9 b' InfoAfterFile=contrib/win32/postinstall.'
8 LicenseFile=COPYING
8 LicenseFile=COPYING
9 ShowLanguageDialog=yes
9 ShowLanguageDialog=yes
10 AppPublisher=Matt Mackall and others
10 AppPublisher=Matt Mackall and others
11 AppPublisherURL=http://www.selenic.com/mercurial
11 AppPublisherURL=http://mercurial.selenic.com/
12 AppSupportURL=http://www.selenic.com/mercurial
12 AppSupportURL=http://mercurial.selenic.com/
13 AppUpdatesURL=http://www.selenic.com/mercurial
13 AppUpdatesURL=http://mercurial.selenic.com/
14 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
14 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
15 AppContact=mercurial@selenic.com
15 AppContact=mercurial@selenic.com
16 OutputBaseFilename=Mercurial-snapshot
16 OutputBaseFilename=Mercurial-snapshot
@@ -51,7 +51,7 b' Source: CONTRIBUTORS; DestDir: {app}; De'
51 Source: COPYING; DestDir: {app}; DestName: Copying.txt
51 Source: COPYING; DestDir: {app}; DestName: Copying.txt
52
52
53 [INI]
53 [INI]
54 Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://www.selenic.com/mercurial/
54 Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://mercurial.selenic.com/
55
55
56 [UninstallDelete]
56 [UninstallDelete]
57 Type: files; Name: {app}\Mercurial.url
57 Type: files; Name: {app}\Mercurial.url
@@ -6,4 +6,4 b' file that comes with this package.'
6
6
7 Also check the release notes at:
7 Also check the release notes at:
8
8
9 http://www.selenic.com/mercurial/wiki/index.cgi/WhatsNew
9 http://mercurial.selenic.com/wiki/WhatsNew
@@ -75,7 +75,7 b' Written by Matt Mackall <mpm@selenic.com'
75
75
76 RESOURCES
76 RESOURCES
77 ---------
77 ---------
78 http://selenic.com/mercurial[Main Web Site]
78 http://mercurial.selenic.com/[Main Web Site]
79
79
80 http://selenic.com/hg[Source code repository]
80 http://selenic.com/hg[Source code repository]
81
81
@@ -852,7 +852,7 b' Matt Mackall <mpm@selenic.com> \xe3\x81\xab\xe3\x82\x88\xe3\x82\x8a\xe6\x9b\xb8\xe3\x81\x8b\xe3\x82\x8c\xe3\x81\xbe\xe3\x81\x97\xe3\x81\x9f\xe3\x80\x82'
852
852
853 情報源
853 情報源
854 ---
854 ---
855 http://selenic.com/mercurial[主なウェブサイト]
855 http://mercurial.selenic.com/[主なウェブサイト]
856
856
857 http://www.serpentine.com/mercurial[Wiki サイト]
857 http://www.serpentine.com/mercurial[Wiki サイト]
858
858
@@ -15,7 +15,7 b''
15 # audience not running a version control system.
15 # audience not running a version control system.
16 #
16 #
17 # For in-depth discussion refer to
17 # For in-depth discussion refer to
18 # <http://www.selenic.com/mercurial/wiki/index.cgi/KeywordPlan>.
18 # <http://mercurial.selenic.com/wiki/KeywordPlan>.
19 #
19 #
20 # Keyword expansion is based on Mercurial's changeset template mappings.
20 # Keyword expansion is based on Mercurial's changeset template mappings.
21 #
21 #
@@ -1,6 +1,6 b''
1 # Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
1 # Copyright (C) 2006 - Marco Barisione <marco@barisione.org>
2 #
2 #
3 # This is a small extension for Mercurial (http://www.selenic.com/mercurial)
3 # This is a small extension for Mercurial (http://mercurial.selenic.com/)
4 # that removes files not known to mercurial
4 # that removes files not known to mercurial
5 #
5 #
6 # This program was inspired by the "cvspurge" script contained in CVS utilities
6 # This program was inspired by the "cvspurge" script contained in CVS utilities
@@ -11,7 +11,7 b' This extension lets you rebase changeset'
11 repository.
11 repository.
12
12
13 For more information:
13 For more information:
14 http://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject
14 http://mercurial.selenic.com/wiki/RebaseProject
15 '''
15 '''
16
16
17 from mercurial import util, repair, merge, cmdutil, commands, error
17 from mercurial import util, repair, merge, cmdutil, commands, error
@@ -48,7 +48,7 b' def checknewline(s, newline, ui=None, re'
48 # warn if already has 'newline' in repository.
48 # warn if already has 'newline' in repository.
49 # it might cause unexpected eol conversion.
49 # it might cause unexpected eol conversion.
50 # see issue 302:
50 # see issue 302:
51 # http://www.selenic.com/mercurial/bts/issue302
51 # http://mercurial.selenic.com/bts/issue302
52 if newline in s and ui and filename and repo:
52 if newline in s and ui and filename and repo:
53 ui.warn(_('WARNING: %s already has %s line endings\n'
53 ui.warn(_('WARNING: %s already has %s line endings\n'
54 'and does not need EOL conversion by the win32text plugin.\n'
54 'and does not need EOL conversion by the win32text plugin.\n'
@@ -987,7 +987,7 b' def debuginstall(ui):'
987 " or misconfigured. Please check your .hgrc file)\n"))
987 " or misconfigured. Please check your .hgrc file)\n"))
988 else:
988 else:
989 ui.write(_(" Internal patcher failure, please report this error"
989 ui.write(_(" Internal patcher failure, please report this error"
990 " to http://www.selenic.com/mercurial/bts\n"))
990 " to http://mercurial.selenic.com/bts/\n"))
991 problems += patchproblems
991 problems += patchproblems
992
992
993 os.unlink(fa)
993 os.unlink(fa)
@@ -143,7 +143,7 b' def _runcatch(ui, args):'
143 except:
143 except:
144 ui.warn(_("** unknown exception encountered, details follow\n"))
144 ui.warn(_("** unknown exception encountered, details follow\n"))
145 ui.warn(_("** report bug details to "
145 ui.warn(_("** report bug details to "
146 "http://www.selenic.com/mercurial/bts\n"))
146 "http://mercurial.selenic.com/bts/\n"))
147 ui.warn(_("** or mercurial@selenic.com\n"))
147 ui.warn(_("** or mercurial@selenic.com\n"))
148 ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
148 ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
149 % util.version())
149 % util.version())
@@ -255,7 +255,7 b" setup(name='mercurial',"
255 version=version,
255 version=version,
256 author='Matt Mackall',
256 author='Matt Mackall',
257 author_email='mpm@selenic.com',
257 author_email='mpm@selenic.com',
258 url='http://selenic.com/mercurial',
258 url='http://mercurial.selenic.com/',
259 description='Scalable distributed SCM',
259 description='Scalable distributed SCM',
260 license='GNU GPL',
260 license='GNU GPL',
261 scripts=scripts,
261 scripts=scripts,
@@ -7,7 +7,7 b''
7 <updated>1970-01-01T00:00:00+00:00</updated>
7 <updated>1970-01-01T00:00:00+00:00</updated>
8 <entry>
8 <entry>
9 <title>Error</title>
9 <title>Error</title>
10 <id>http://www.selenic.com/mercurial/#error</id>
10 <id>http://mercurial.selenic.com/#error</id>
11 <author>
11 <author>
12 <name>mercurial</name>
12 <name>mercurial</name>
13 </author>
13 </author>
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / branches
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / branches
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / changelog
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / changelog
12 </div>
12 </div>
13
13
14 <form action="{url}log">
14 <form action="{url}log">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / changeset
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / changeset
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / error
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / error
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / annotate
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / annotate
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / diff
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / diff
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / file revisions
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / file revisions
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / file revision
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / file revision
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -9,7 +9,7 b''
9 <body>
9 <body>
10
10
11 <div class="page_header">
11 <div class="page_header">
12 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / graph
12 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / graph
13 </div>
13 </div>
14
14
15 <form action="{url}log">
15 <form action="{url}log">
@@ -4,7 +4,7 b''
4 <body>
4 <body>
5
5
6 <div class="page_header">
6 <div class="page_header">
7 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a>
7 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
8 Repositories list
8 Repositories list
9 </div>
9 </div>
10
10
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / files
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / files
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -5,7 +5,7 b''
5 <body>
5 <body>
6
6
7 <div class="page_header">
7 <div class="page_header">
8 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
8 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
9 </div>
9 </div>
10
10
11 <div class="page_body">
11 <div class="page_body">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / search
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / search
12
12
13 <form action="{url}log">
13 <form action="{url}log">
14 {sessionvars%hiddenformentry}
14 {sessionvars%hiddenformentry}
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / shortlog
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / shortlog
12 </div>
12 </div>
13
13
14 <form action="{url}log">
14 <form action="{url}log">
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / summary
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / summary
12
12
13 <form action="{url}log">
13 <form action="{url}log">
14 {sessionvars%hiddenformentry}
14 {sessionvars%hiddenformentry}
@@ -8,7 +8,7 b''
8 <body>
8 <body>
9
9
10 <div class="page_header">
10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / tags
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / tags
12 </div>
12 </div>
13
13
14 <div class="page_nav">
14 <div class="page_nav">
@@ -8,7 +8,7 b''
8 </div>
8 </div>
9
9
10 <div id="powered-by">
10 <div id="powered-by">
11 <p><a href="http://www.selenic.com/mercurial/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
11 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
12 </div>
12 </div>
13
13
14 <div id="corner-top-left"></div>
14 <div id="corner-top-left"></div>
@@ -26,7 +26,7 b''
26 </div>
26 </div>
27
27
28 <div id="powered-by">
28 <div id="powered-by">
29 <p><a href="http://www.selenic.com/mercurial/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
29 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
30 </div>
30 </div>
31
31
32 <div id="corner-top-left"></div>
32 <div id="corner-top-left"></div>
@@ -10,7 +10,7 b''
10 <div class="container">
10 <div class="container">
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://mercurial.selenic.com/">
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
@@ -5,7 +5,7 b''
5 <div class="container">
5 <div class="container">
6 <div class="menu">
6 <div class="menu">
7 <div class="logo">
7 <div class="logo">
8 <a href="http://www.selenic.com/mercurial/">
8 <a href="http://mercurial.selenic.com/">
9 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
9 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
10 </div>
10 </div>
11 <ul>
11 <ul>
@@ -6,7 +6,7 b''
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://mercurial.selenic.com/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
@@ -6,7 +6,7 b''
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://mercurial.selenic.com/">
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
@@ -6,7 +6,7 b''
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://mercurial.selenic.com/">
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
@@ -10,7 +10,7 b''
10 <div class="container">
10 <div class="container">
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://mercurial.selenic.com/">
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
@@ -6,7 +6,7 b''
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://mercurial.selenic.com/">
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
@@ -11,7 +11,7 b''
11 <div class="container">
11 <div class="container">
12 <div class="menu">
12 <div class="menu">
13 <div class="logo">
13 <div class="logo">
14 <a href="http://www.selenic.com/mercurial/">
14 <a href="http://mercurial.selenic.com/">
15 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
15 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
16 </div>
16 </div>
17 <ul>
17 <ul>
@@ -5,7 +5,7 b''
5
5
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <a href="http://www.selenic.com/mercurial/">
8 <a href="http://mercurial.selenic.com/">
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
10 </div>
10 </div>
11 <div class="main">
11 <div class="main">
@@ -6,7 +6,7 b''
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://mercurial.selenic.com/">
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
@@ -6,7 +6,7 b''
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://mercurial.selenic.com/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
@@ -10,7 +10,7 b''
10 <div class="container">
10 <div class="container">
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://mercurial.selenic.com/">
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
@@ -10,7 +10,7 b''
10 <div class="container">
10 <div class="container">
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://mercurial.selenic.com/">
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
@@ -4,7 +4,7 b''
4 <item>
4 <item>
5 <title>Error</title>
5 <title>Error</title>
6 <description>{error|escape}</description>
6 <description>{error|escape}</description>
7 <guid>http://www.selenic.com/mercurial/#error</guid>
7 <guid>http://mercurial.selenic.com/#error</guid>
8 </item>
8 </item>
9 </channel>
9 </channel>
10 </rss>
10 </rss>
@@ -1,6 +1,6 b''
1 {motd}
1 {motd}
2 <div class="logo">
2 <div class="logo">
3 <a href="http://www.selenic.com/mercurial/">
3 <a href="http://mercurial.selenic.com/">
4 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
4 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
5 </div>
5 </div>
6
6
@@ -3,5 +3,5 b' To run the tests, do:'
3 cd tests/
3 cd tests/
4 python run-tests.py
4 python run-tests.py
5
5
6 See http://www.selenic.com/mercurial/wiki/index.cgi/WritingTests for
6 See http://mercurial.selenic.com/wiki/WritingTests for
7 more information on writing tests.
7 more information on writing tests.
@@ -103,7 +103,7 b' hg clone full.hg full-clone'
103 hg -R full-clone heads
103 hg -R full-clone heads
104 rm -r full-clone
104 rm -r full-clone
105
105
106 # test for http://www.selenic.com/mercurial/bts/issue216
106 # test for http://mercurial.selenic.com/bts/issue216
107 echo "====== Unbundle incremental bundles into fresh empty in one go"
107 echo "====== Unbundle incremental bundles into fresh empty in one go"
108 rm -r empty
108 rm -r empty
109 hg init empty
109 hg init empty
@@ -131,7 +131,7 b' cd ../orig'
131 hg incoming ../bundle.hg
131 hg incoming ../bundle.hg
132 cd ..
132 cd ..
133
133
134 # test for http://www.selenic.com/mercurial/bts/issue1144
134 # test for http://mercurial.selenic.com/bts/issue1144
135 echo "===== test that verify bundle does not traceback"
135 echo "===== test that verify bundle does not traceback"
136 # partial history bundle, fails w/ unkown parent
136 # partial history bundle, fails w/ unkown parent
137 hg -R bundle.hg verify
137 hg -R bundle.hg verify
@@ -1,7 +1,7 b''
1 #!/bin/sh
1 #!/bin/sh
2
2
3 # This is http://www.selenic.com/mercurial/bts/issue1148
3 # This is http://mercurial.selenic.com/bts/issue1148
4 # and http://www.selenic.com/mercurial/bts/issue1447
4 # and http://mercurial.selenic.com/bts/issue1447
5
5
6 "$TESTDIR/hghave" cvs || exit 80
6 "$TESTDIR/hghave" cvs || exit 80
7
7
@@ -172,7 +172,7 b' 200 Script output follows'
172 <div class="container">
172 <div class="container">
173 <div class="menu">
173 <div class="menu">
174 <div class="logo">
174 <div class="logo">
175 <a href="http://www.selenic.com/mercurial/">
175 <a href="http://mercurial.selenic.com/">
176 <img src="/static/hglogo.png" alt="mercurial" /></a>
176 <img src="/static/hglogo.png" alt="mercurial" /></a>
177 </div>
177 </div>
178 <ul>
178 <ul>
@@ -251,7 +251,7 b' 200 Script output follows'
251 <div class="container">
251 <div class="container">
252 <div class="menu">
252 <div class="menu">
253 <div class="logo">
253 <div class="logo">
254 <a href="http://www.selenic.com/mercurial/">
254 <a href="http://mercurial.selenic.com/">
255 <img src="/static/hglogo.png" alt="mercurial" /></a>
255 <img src="/static/hglogo.png" alt="mercurial" /></a>
256 </div>
256 </div>
257 <ul>
257 <ul>
@@ -378,7 +378,7 b' 200 Script output follows'
378 <div class="container">
378 <div class="container">
379 <div class="menu">
379 <div class="menu">
380 <div class="logo">
380 <div class="logo">
381 <a href="http://www.selenic.com/mercurial/">
381 <a href="http://mercurial.selenic.com/">
382 <img src="/static/hglogo.png" alt="mercurial" /></a>
382 <img src="/static/hglogo.png" alt="mercurial" /></a>
383 </div>
383 </div>
384 <ul>
384 <ul>
@@ -502,7 +502,7 b' 200 Script output follows'
502 <body>
502 <body>
503
503
504 <div class="page_header">
504 <div class="page_header">
505 <a href="http://127.0.0.1/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / branches
505 <a href="http://127.0.0.1/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / branches
506 </div>
506 </div>
507
507
508 <div class="page_nav">
508 <div class="page_nav">
@@ -573,7 +573,7 b' 200 Script output follows'
573 <body>
573 <body>
574
574
575 <div class="page_header">
575 <div class="page_header">
576 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / summary
576 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / summary
577
577
578 <form action="/log">
578 <form action="/log">
579 <input type="hidden" name="style" value="gitweb" />
579 <input type="hidden" name="style" value="gitweb" />
@@ -724,7 +724,7 b' 200 Script output follows'
724 <body>
724 <body>
725
725
726 <div class="page_header">
726 <div class="page_header">
727 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / graph
727 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / graph
728 </div>
728 </div>
729
729
730 <form action="/log">
730 <form action="/log">
@@ -21,7 +21,7 b' 200 Script output follows'
21 <div class="container">
21 <div class="container">
22 <div class="menu">
22 <div class="menu">
23 <div class="logo">
23 <div class="logo">
24 <a href="http://www.selenic.com/mercurial/">
24 <a href="http://mercurial.selenic.com/">
25 <img src="/static/hglogo.png" alt="mercurial" /></a>
25 <img src="/static/hglogo.png" alt="mercurial" /></a>
26 </div>
26 </div>
27 <ul>
27 <ul>
@@ -19,7 +19,7 b' 200 Script output follows'
19 <div class="container">
19 <div class="container">
20 <div class="menu">
20 <div class="menu">
21 <div class="logo">
21 <div class="logo">
22 <a href="http://www.selenic.com/mercurial/">
22 <a href="http://mercurial.selenic.com/">
23 <img src="/static/hglogo.png" alt="mercurial" /></a>
23 <img src="/static/hglogo.png" alt="mercurial" /></a>
24 </div>
24 </div>
25 <ul>
25 <ul>
@@ -112,7 +112,7 b' 200 Script output follows'
112 <div class="container">
112 <div class="container">
113 <div class="menu">
113 <div class="menu">
114 <div class="logo">
114 <div class="logo">
115 <a href="http://www.selenic.com/mercurial/">
115 <a href="http://mercurial.selenic.com/">
116 <img src="/static/hglogo.png" alt="mercurial" /></a>
116 <img src="/static/hglogo.png" alt="mercurial" /></a>
117 </div>
117 </div>
118 <ul>
118 <ul>
@@ -201,7 +201,7 b' 200 Script output follows'
201 <div class="container">
201 <div class="container">
202 <div class="menu">
202 <div class="menu">
203 <div class="logo">
203 <div class="logo">
204 <a href="http://www.selenic.com/mercurial/">
204 <a href="http://mercurial.selenic.com/">
205 <img src="/static/hglogo.png" alt="mercurial" /></a>
205 <img src="/static/hglogo.png" alt="mercurial" /></a>
206 </div>
206 </div>
207 <ul>
207 <ul>
@@ -296,7 +296,7 b' 200 Script output follows'
296 <div class="container">
296 <div class="container">
297 <div class="menu">
297 <div class="menu">
298 <div class="logo">
298 <div class="logo">
299 <a href="http://www.selenic.com/mercurial/">
299 <a href="http://mercurial.selenic.com/">
300 <img src="/static/hglogo.png" alt="mercurial" /></a>
300 <img src="/static/hglogo.png" alt="mercurial" /></a>
301 </div>
301 </div>
302 <ul>
302 <ul>
@@ -18,7 +18,7 b' 200 Script output follows'
18 <div class="container">
18 <div class="container">
19 <div class="menu">
19 <div class="menu">
20 <div class="logo">
20 <div class="logo">
21 <a href="http://www.selenic.com/mercurial/">
21 <a href="http://mercurial.selenic.com/">
22 <img src="/static/hglogo.png" alt="mercurial" /></a>
22 <img src="/static/hglogo.png" alt="mercurial" /></a>
23 </div>
23 </div>
24 <ul>
24 <ul>
@@ -87,7 +87,7 b' 200 Script output follows'
87 <div class="container">
87 <div class="container">
88 <div class="menu">
88 <div class="menu">
89 <div class="logo">
89 <div class="logo">
90 <a href="http://www.selenic.com/mercurial/">
90 <a href="http://mercurial.selenic.com/">
91 <img src="/static/hglogo.png" alt="mercurial" /></a>
91 <img src="/static/hglogo.png" alt="mercurial" /></a>
92 </div>
92 </div>
93 <ul>
93 <ul>
@@ -157,7 +157,7 b' 200 Script output follows'
157 <div class="container">
157 <div class="container">
158 <div class="menu">
158 <div class="menu">
159 <div class="logo">
159 <div class="logo">
160 <a href="http://www.selenic.com/mercurial/">
160 <a href="http://mercurial.selenic.com/">
161 <img src="/static/hglogo.png" alt="mercurial" /></a>
161 <img src="/static/hglogo.png" alt="mercurial" /></a>
162 </div>
162 </div>
163 <ul>
163 <ul>
@@ -296,7 +296,7 b' 200 Script output follows'
296 <div class="container">
296 <div class="container">
297 <div class="menu">
297 <div class="menu">
298 <div class="logo">
298 <div class="logo">
299 <a href="http://www.selenic.com/mercurial/">
299 <a href="http://mercurial.selenic.com/">
300 <img src="/static/hglogo.png" alt="mercurial" /></a>
300 <img src="/static/hglogo.png" alt="mercurial" /></a>
301 </div>
301 </div>
302 <ul>
302 <ul>
@@ -106,7 +106,7 b' 200 Script output follows'
106 <div class="container">
106 <div class="container">
107 <div class="menu">
107 <div class="menu">
108 <div class="logo">
108 <div class="logo">
109 <a href="http://www.selenic.com/mercurial/">
109 <a href="http://mercurial.selenic.com/">
110 <img src="/static/hglogo.png" alt="mercurial" /></a>
110 <img src="/static/hglogo.png" alt="mercurial" /></a>
111 </div>
111 </div>
112 <ul>
112 <ul>
@@ -189,7 +189,7 b' 200 Script output follows'
189 <div class="container">
189 <div class="container">
190 <div class="menu">
190 <div class="menu">
191 <div class="logo">
191 <div class="logo">
192 <a href="http://www.selenic.com/mercurial/">
192 <a href="http://mercurial.selenic.com/">
193 <img src="/static/hglogo.png" alt="mercurial" /></a>
193 <img src="/static/hglogo.png" alt="mercurial" /></a>
194 </div>
194 </div>
195 <ul>
195 <ul>
@@ -272,7 +272,7 b' 200 Script output follows'
272 <div class="container">
272 <div class="container">
273 <div class="menu">
273 <div class="menu">
274 <div class="logo">
274 <div class="logo">
275 <a href="http://www.selenic.com/mercurial/">
275 <a href="http://mercurial.selenic.com/">
276 <img src="/static/hglogo.png" alt="mercurial" /></a>
276 <img src="/static/hglogo.png" alt="mercurial" /></a>
277 </div>
277 </div>
278 <ul>
278 <ul>
@@ -350,7 +350,7 b' 200 Script output follows'
350 <div class="container">
350 <div class="container">
351 <div class="menu">
351 <div class="menu">
352 <div class="logo">
352 <div class="logo">
353 <a href="http://www.selenic.com/mercurial/">
353 <a href="http://mercurial.selenic.com/">
354 <img src="/static/hglogo.png" alt="mercurial" /></a>
354 <img src="/static/hglogo.png" alt="mercurial" /></a>
355 </div>
355 </div>
356 <ul>
356 <ul>
@@ -424,7 +424,7 b' 404 Not Found'
424 <div class="container">
424 <div class="container">
425 <div class="menu">
425 <div class="menu">
426 <div class="logo">
426 <div class="logo">
427 <a href="http://www.selenic.com/mercurial/">
427 <a href="http://mercurial.selenic.com/">
428 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
428 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
429 </div>
429 </div>
430 <ul>
430 <ul>
@@ -559,7 +559,7 b' b@1e88685f5dde'
559
559
560
560
561 <div class="logo">
561 <div class="logo">
562 <a href="http://www.selenic.com/mercurial/">
562 <a href="http://mercurial.selenic.com/">
563 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
563 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
564 </div>
564 </div>
565
565
@@ -17,7 +17,7 b' 200 Script output follows'
17 <div class="container">
17 <div class="container">
18 <div class="menu">
18 <div class="menu">
19 <div class="logo">
19 <div class="logo">
20 <a href="http://www.selenic.com/mercurial/">
20 <a href="http://mercurial.selenic.com/">
21 <img src="/static/hglogo.png" alt="mercurial" /></a>
21 <img src="/static/hglogo.png" alt="mercurial" /></a>
22 </div>
22 </div>
23 <ul>
23 <ul>
@@ -106,7 +106,7 b' 200 Script output follows'
106 <div class="container">
106 <div class="container">
107 <div class="menu">
107 <div class="menu">
108 <div class="logo">
108 <div class="logo">
109 <a href="http://www.selenic.com/mercurial/">
109 <a href="http://mercurial.selenic.com/">
110 <img src="/static/hglogo.png" alt="mercurial" /></a>
110 <img src="/static/hglogo.png" alt="mercurial" /></a>
111 </div>
111 </div>
112 <ul>
112 <ul>
@@ -35,7 +35,7 b' 404 Not Found'
35 <div class="container">
35 <div class="container">
36 <div class="menu">
36 <div class="menu">
37 <div class="logo">
37 <div class="logo">
38 <a href="http://www.selenic.com/mercurial/">
38 <a href="http://mercurial.selenic.com/">
39 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
39 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
40 </div>
40 </div>
41 <ul>
41 <ul>
@@ -105,7 +105,7 b' 404 Not Found'
105 <div class="container">
105 <div class="container">
106 <div class="menu">
106 <div class="menu">
107 <div class="logo">
107 <div class="logo">
108 <a href="http://www.selenic.com/mercurial/">
108 <a href="http://mercurial.selenic.com/">
109 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
109 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
110 </div>
110 </div>
111 <ul>
111 <ul>
@@ -56,7 +56,7 b' 200 Script output follows'
56
56
57 <div class="container">
57 <div class="container">
58 <div class="menu">
58 <div class="menu">
59 <a href="http://www.selenic.com/mercurial/">
59 <a href="http://mercurial.selenic.com/">
60 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
60 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
61 </div>
61 </div>
62 <div class="main">
62 <div class="main">
@@ -192,7 +192,7 b' 200 Script output follows'
192
192
193 <div class="container">
193 <div class="container">
194 <div class="menu">
194 <div class="menu">
195 <a href="http://www.selenic.com/mercurial/">
195 <a href="http://mercurial.selenic.com/">
196 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
196 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
197 </div>
197 </div>
198 <div class="main">
198 <div class="main">
@@ -19,7 +19,7 b' 200 Script output follows'
19 <div class="container">
19 <div class="container">
20 <div class="menu">
20 <div class="menu">
21 <div class="logo">
21 <div class="logo">
22 <a href="http://www.selenic.com/mercurial/">
22 <a href="http://mercurial.selenic.com/">
23 <img src="/static/hglogo.png" alt="mercurial" /></a>
23 <img src="/static/hglogo.png" alt="mercurial" /></a>
24 </div>
24 </div>
25 <ul>
25 <ul>
@@ -137,7 +137,7 b' 200 Script output follows'
137 <div class="container">
137 <div class="container">
138 <div class="menu">
138 <div class="menu">
139 <div class="logo">
139 <div class="logo">
140 <a href="http://www.selenic.com/mercurial/">
140 <a href="http://mercurial.selenic.com/">
141 <img src="/static/hglogo.png" alt="mercurial" /></a>
141 <img src="/static/hglogo.png" alt="mercurial" /></a>
142 </div>
142 </div>
143 <ul>
143 <ul>
@@ -224,7 +224,7 b' 200 Script output follows'
224 <div class="container">
224 <div class="container">
225 <div class="menu">
225 <div class="menu">
226 <div class="logo">
226 <div class="logo">
227 <a href="http://www.selenic.com/mercurial/">
227 <a href="http://mercurial.selenic.com/">
228 <img src="/static/hglogo.png" alt="mercurial" /></a>
228 <img src="/static/hglogo.png" alt="mercurial" /></a>
229 </div>
229 </div>
230 <ul>
230 <ul>
@@ -1,5 +1,5 b''
1 #!/bin/sh
1 #!/bin/sh
2 # http://www.selenic.com/mercurial/bts/issue322
2 # http://mercurial.selenic.com/bts/issue322
3
3
4 echo % file replaced with directory
4 echo % file replaced with directory
5
5
@@ -1,5 +1,5 b''
1 #!/bin/sh
1 #!/bin/sh
2 # http://www.selenic.com/mercurial/bts/issue352
2 # http://mercurial.selenic.com/bts/issue352
3
3
4 "$TESTDIR/hghave" eol-in-paths || exit 80
4 "$TESTDIR/hghave" eol-in-paths || exit 80
5
5
@@ -1,5 +1,5 b''
1 #!/bin/sh
1 #!/bin/sh
2 # http://www.selenic.com/mercurial/bts/issue433
2 # http://mercurial.selenic.com/bts/issue433
3
3
4 hg init a
4 hg init a
5 cd a
5 cd a
@@ -1,5 +1,5 b''
1 #!/bin/sh
1 #!/bin/sh
2 # http://www.selenic.com/mercurial/bts/issue660
2 # http://mercurial.selenic.com/bts/issue660
3
3
4
4
5 hg init a
5 hg init a
General Comments 0
You need to be logged in to leave comments. Login now