Show More
@@ -7,7 +7,7 b' mkdir da' | |||
|
7 | 7 | echo foo > da/foo |
|
8 | 8 | echo foo > foo |
|
9 | 9 | hg ci -Ambase -d '0 0' |
|
10 | hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log | |
|
10 | hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log | |
|
11 | 11 | cat hg.pid >> $DAEMON_PIDS |
|
12 | 12 | echo % manifest |
|
13 | 13 | ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/?style=raw') |
@@ -29,7 +29,7 b' 404 Not Found' | |||
|
29 | 29 | <meta name="robots" content="index, nofollow" /> |
|
30 | 30 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
31 | 31 | |
|
32 |
<title> |
|
|
32 | <title>test: error</title> | |
|
33 | 33 | </head> |
|
34 | 34 | <body> |
|
35 | 35 | |
@@ -48,7 +48,7 b' 404 Not Found' | |||
|
48 | 48 | |
|
49 | 49 | <div class="main"> |
|
50 | 50 | |
|
51 |
<h2><a href="/"> |
|
|
51 | <h2><a href="/">test</a></h2> | |
|
52 | 52 | <h3>error</h3> |
|
53 | 53 | |
|
54 | 54 | <form class="search" action="/log"> |
@@ -99,7 +99,7 b' 404 Not Found' | |||
|
99 | 99 | <meta name="robots" content="index, nofollow" /> |
|
100 | 100 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
101 | 101 | |
|
102 |
<title> |
|
|
102 | <title>test: error</title> | |
|
103 | 103 | </head> |
|
104 | 104 | <body> |
|
105 | 105 | |
@@ -118,7 +118,7 b' 404 Not Found' | |||
|
118 | 118 | |
|
119 | 119 | <div class="main"> |
|
120 | 120 | |
|
121 |
<h2><a href="/"> |
|
|
121 | <h2><a href="/">test</a></h2> | |
|
122 | 122 | <h3>error</h3> |
|
123 | 123 | |
|
124 | 124 | <form class="search" action="/log"> |
General Comments 0
You need to be logged in to leave comments.
Login now