##// END OF EJS Templates
Do not use osutil.c with python 2.4 and Windows (issue1364)...
Do not use osutil.c with python 2.4 and Windows (issue1364) Windows python 2.4 os.stat() reports times including DST offset, while osutil.c reports the correct value, which makes status() systematically compare files content. This bug is fixed in python 2.5. Using osutil.py instead of osutil.c is 4x times slower on large repositories but current code is completely unusable. Given few people are likely to use python 2.4 on Windows this solution was considered a good trade-off compared to more invasive solutions trying to address the offset issue.

File last commit:

r10278:6134adc1 merge default
r10521:bde1bb25 stable
Show More
test-hgweb-commands.out
985 lines | 28.8 KiB | text/plain | TextLexer
/ tests / test-hgweb-commands.out
Dirkjan Ochtman
add more tests for hgweb commands
r5590 % Set up the repo
adding da/foo
adding foo
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 marked working directory as branch stable
Dirkjan Ochtman
add more tests for hgweb commands
r5590 % Logs and changes
200 Script output follows
<?xml version="1.0" encoding="ascii"?>
<feed xmlns="http://127.0.0.1/2005/Atom">
<!-- Changelog -->
<id>http://127.0.0.1/</id>
<link rel="self" href="http://127.0.0.1/atom-log"/>
<link rel="alternate" href="http://127.0.0.1/"/>
<title>test Changelog</title>
<updated>1970-01-01T00:00:00+00:00</updated>
<entry>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <title>branch</title>
<id>http://127.0.0.1/#changeset-1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe</id>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link href="http://127.0.0.1/rev/1d22e65f027e"/>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <author>
<name>test</name>
<email>&#116;&#101;&#115;&#116;</email>
</author>
<updated>1970-01-01T00:00:00+00:00</updated>
<published>1970-01-01T00:00:00+00:00</published>
<content type="xhtml">
<div xmlns="http://127.0.0.1/1999/xhtml">
<pre xml:space="preserve">branch</pre>
</div>
</content>
</entry>
<entry>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <title>Added tag 1.0 for changeset 2ef0ac749a14</title>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>http://127.0.0.1/#changeset-a4f92ed23982be056b9852de5dfe873eaac7f0de</id>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link href="http://127.0.0.1/rev/a4f92ed23982"/>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <author>
<name>test</name>
<email>&#116;&#101;&#115;&#116;</email>
</author>
<updated>1970-01-01T00:00:00+00:00</updated>
<published>1970-01-01T00:00:00+00:00</published>
<content type="xhtml">
<div xmlns="http://127.0.0.1/1999/xhtml">
<pre xml:space="preserve">Added tag 1.0 for changeset 2ef0ac749a14</pre>
</div>
</content>
</entry>
<entry>
<title>base</title>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>http://127.0.0.1/#changeset-2ef0ac749a14e4f57a5a822464a0902c6f7f448f</id>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link href="http://127.0.0.1/rev/2ef0ac749a14"/>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <author>
<name>test</name>
<email>&#116;&#101;&#115;&#116;</email>
</author>
<updated>1970-01-01T00:00:00+00:00</updated>
<published>1970-01-01T00:00:00+00:00</published>
<content type="xhtml">
<div xmlns="http://127.0.0.1/1999/xhtml">
<pre xml:space="preserve">base</pre>
</div>
</content>
</entry>
</feed>
200 Script output follows
<?xml version="1.0" encoding="ascii"?>
<feed xmlns="http://127.0.0.1/2005/Atom">
<!-- Changelog -->
<id>http://127.0.0.1/</id>
<link rel="self" href="http://127.0.0.1/atom-log"/>
<link rel="alternate" href="http://127.0.0.1/"/>
<title>test Changelog</title>
<updated>1970-01-01T00:00:00+00:00</updated>
<entry>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <title>branch</title>
<id>http://127.0.0.1/#changeset-1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe</id>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link href="http://127.0.0.1/rev/1d22e65f027e"/>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <author>
<name>test</name>
<email>&#116;&#101;&#115;&#116;</email>
</author>
<updated>1970-01-01T00:00:00+00:00</updated>
<published>1970-01-01T00:00:00+00:00</published>
<content type="xhtml">
<div xmlns="http://127.0.0.1/1999/xhtml">
<pre xml:space="preserve">branch</pre>
</div>
</content>
</entry>
<entry>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <title>Added tag 1.0 for changeset 2ef0ac749a14</title>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>http://127.0.0.1/#changeset-a4f92ed23982be056b9852de5dfe873eaac7f0de</id>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link href="http://127.0.0.1/rev/a4f92ed23982"/>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <author>
<name>test</name>
<email>&#116;&#101;&#115;&#116;</email>
</author>
<updated>1970-01-01T00:00:00+00:00</updated>
<published>1970-01-01T00:00:00+00:00</published>
<content type="xhtml">
<div xmlns="http://127.0.0.1/1999/xhtml">
<pre xml:space="preserve">Added tag 1.0 for changeset 2ef0ac749a14</pre>
</div>
</content>
</entry>
<entry>
<title>base</title>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>http://127.0.0.1/#changeset-2ef0ac749a14e4f57a5a822464a0902c6f7f448f</id>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link href="http://127.0.0.1/rev/2ef0ac749a14"/>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <author>
<name>test</name>
<email>&#116;&#101;&#115;&#116;</email>
</author>
<updated>1970-01-01T00:00:00+00:00</updated>
<published>1970-01-01T00:00:00+00:00</published>
<content type="xhtml">
<div xmlns="http://127.0.0.1/1999/xhtml">
<pre xml:space="preserve">base</pre>
</div>
</content>
</entry>
</feed>
200 Script output follows
<?xml version="1.0" encoding="ascii"?>
<feed xmlns="http://127.0.0.1/2005/Atom">
<id>http://127.0.0.1/atom-log/tip/foo</id>
<link rel="self" href="http://127.0.0.1/atom-log/tip/foo"/>
<title>test: foo history</title>
<updated>1970-01-01T00:00:00+00:00</updated>
<entry>
<title>base</title>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>http://127.0.0.1/#changeset-2ef0ac749a14e4f57a5a822464a0902c6f7f448f</id>
Raoul Bhatia [IPAX]
use short identifiers in atom feed
r9581 <link href="http://127.0.0.1/rev/2ef0ac749a14"/>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <author>
<name>test</name>
<email>&#116;&#101;&#115;&#116;</email>
</author>
<updated>1970-01-01T00:00:00+00:00</updated>
<published>1970-01-01T00:00:00+00:00</published>
<content type="xhtml">
<div xmlns="http://127.0.0.1/1999/xhtml">
<pre xml:space="preserve">base</pre>
</div>
</content>
</entry>
</feed>
200 Script output follows
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <head>
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <link rel="icon" href="/static/hgicon.png" type="image/png" />
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <meta name="robots" content="index, nofollow" />
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
Dirkjan Ochtman
add more tests for hgweb commands
r5590
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <title>test: log</title>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <link rel="alternate" type="application/atom+xml"
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 href="/atom-log" title="Atom feed for test" />
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <link rel="alternate" type="application/rss+xml"
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 href="/rss-log" title="RSS feed for test" />
Dirkjan Ochtman
add more tests for hgweb commands
r5590 </head>
<body>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <div class="container">
<div class="menu">
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <div class="logo">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/">
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <img src="/static/hglogo.png" alt="mercurial" /></a>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 </div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <ul>
<li class="active">log</li>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <li><a href="/graph/1d22e65f027e">graph</a></li>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <li><a href="/tags">tags</a></li>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <li><a href="/branches">branches</a></li>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </ul>
<ul>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <li><a href="/rev/1d22e65f027e">changeset</a></li>
<li><a href="/file/1d22e65f027e">browse</a></li>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </ul>
<ul>
</ul>
</div>
<div class="main">
<h2><a href="/">test</a></h2>
<h3>log</h3>
<form class="search" action="/log">
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <p><input name="rev" id="search1" type="text" size="30" /></p>
<div id="hint">find changesets by author, revision,
files, or words in the commit message</div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </form>
Dirkjan Ochtman
hgweb: add less/more links to shortlog/filelog nav
r10246 <div class="navigate">
<a href="/shortlog/2?revcount=30">less</a>
<a href="/shortlog/2?revcount=120">more</a>
| rev 2: <a href="/shortlog/2ef0ac749a14">(0)</a> <a href="/shortlog/tip">tip</a>
</div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347
<table class="bigtable">
<tr>
<th class="age">age</th>
<th class="author">author</th>
<th class="description">description</th>
</tr>
<tr class="parity0">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age">1970-01-01</td>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <td class="author">test</td>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <td class="description"><a href="/rev/1d22e65f027e">branch</a><span class="branchhead">stable</span> <span class="tag">tip</span> </td>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </tr>
<tr class="parity1">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age">1970-01-01</td>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <td class="author">test</td>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <td class="description"><a href="/rev/a4f92ed23982">Added tag 1.0 for changeset 2ef0ac749a14</a><span class="branchhead">default</span> </td>
</tr>
<tr class="parity0">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age">1970-01-01</td>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <td class="author">test</td>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> </td>
</tr>
</table>
Dirkjan Ochtman
hgweb: add less/more links to shortlog/filelog nav
r10246 <div class="navigate">
<a href="/shortlog/2?revcount=30">less</a>
<a href="/shortlog/2?revcount=120">more</a>
| rev 2: <a href="/shortlog/2ef0ac749a14">(0)</a> <a href="/shortlog/tip">tip</a>
</div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </div>
</div>
Dirkjan Ochtman
add more tests for hgweb commands
r5590
</body>
</html>
200 Script output follows
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
Dirkjan Ochtman
hgweb: fix parameter mixup (issue1001)
r6168 <head>
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <link rel="icon" href="/static/hgicon.png" type="image/png" />
Dirkjan Ochtman
hgweb: fix parameter mixup (issue1001)
r6168 <meta name="robots" content="index, nofollow" />
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
Dirkjan Ochtman
hgweb: fix parameter mixup (issue1001)
r6168
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <title>test: 2ef0ac749a14</title>
Dirkjan Ochtman
hgweb: fix parameter mixup (issue1001)
r6168 </head>
<body>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <div class="container">
<div class="menu">
Dirkjan Ochtman
hgweb: fix parameter mixup (issue1001)
r6168 <div class="logo">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/">
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <img src="/static/hglogo.png" alt="mercurial" /></a>
Dirkjan Ochtman
hgweb: fix parameter mixup (issue1001)
r6168 </div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <ul>
<li><a href="/shortlog/2ef0ac749a14">log</a></li>
<li><a href="/graph/2ef0ac749a14">graph</a></li>
<li><a href="/tags">tags</a></li>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <li><a href="/branches">branches</a></li>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </ul>
<ul>
<li class="active">changeset</li>
<li><a href="/raw-rev/2ef0ac749a14">raw</a></li>
<li><a href="/file/2ef0ac749a14">browse</a></li>
</ul>
<ul>
</ul>
</div>
<div class="main">
<h2><a href="/">test</a></h2>
Dirkjan Ochtman
coal/paper: show branch name in changeset view
r7410 <h3>changeset 0:2ef0ac749a14 <span class="tag">1.0</span> </h3>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347
<form class="search" action="/log">
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <p><input name="rev" id="search1" type="text" size="30" /></p>
<div id="hint">find changesets by author, revision,
files, or words in the commit message</div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </form>
<div class="description">base</div>
<table id="changesetEntry">
<tr>
<th class="author">author</th>
<td class="author">&#116;&#101;&#115;&#116;</td>
</tr>
<tr>
<th class="date">date</th>
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="date">Thu Jan 01 00:00:00 1970 +0000 (1970-01-01)</td></tr>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <tr>
<th class="author">parents</th>
<td class="author"></td>
</tr>
<tr>
<th class="author">children</th>
Stepan Koltsov
coal/paper: add missing spaces in changeset child formatting
r7668 <td class="author"> <a href="/rev/a4f92ed23982">a4f92ed23982</a></td>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </tr>
<tr>
<th class="files">files</th>
<td class="files"><a href="/file/2ef0ac749a14/da/foo">da/foo</a> <a href="/file/2ef0ac749a14/foo">foo</a> </td>
</tr>
</table>
<div class="overflow">
Dirkjan Ochtman
tests: fix tests broken by 03b60f2f90bf
r7395 <div class="sourcefirst"> line diff</div>
Rocco Rutte
coal/paper: Wrap diff in <pre/>...
r8369 <div class="source bottomline parity0"><pre><a href="#l1.1" id="l1.1"> 1.1</a> <span class="minusline">--- /dev/null Thu Jan 01 00:00:00 1970 +0000
Dirkjan Ochtman
tests: fix tests broken by 03b60f2f90bf
r7395 </span><a href="#l1.2" id="l1.2"> 1.2</a> <span class="plusline">+++ b/da/foo Thu Jan 01 00:00:00 1970 +0000
</span><a href="#l1.3" id="l1.3"> 1.3</a> <span class="atline">@@ -0,0 +1,1 @@
</span><a href="#l1.4" id="l1.4"> 1.4</a> <span class="plusline">+foo
Rocco Rutte
coal/paper: Wrap diff in <pre/>...
r8369 </span></pre></div><div class="source bottomline parity1"><pre><a href="#l2.1" id="l2.1"> 2.1</a> <span class="minusline">--- /dev/null Thu Jan 01 00:00:00 1970 +0000
Dirkjan Ochtman
tests: fix tests broken by 03b60f2f90bf
r7395 </span><a href="#l2.2" id="l2.2"> 2.2</a> <span class="plusline">+++ b/foo Thu Jan 01 00:00:00 1970 +0000
</span><a href="#l2.3" id="l2.3"> 2.3</a> <span class="atline">@@ -0,0 +1,1 @@
</span><a href="#l2.4" id="l2.4"> 2.4</a> <span class="plusline">+foo
Rocco Rutte
coal/paper: Wrap diff in <pre/>...
r8369 </span></pre></div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </div>
</div>
</div>
Dirkjan Ochtman
hgweb: fix parameter mixup (issue1001)
r6168
</body>
</html>
200 Script output follows
Dirkjan Ochtman
add more tests for hgweb commands
r5590
# HG changeset patch
# User test
# Date 0 0
# Node ID a4f92ed23982be056b9852de5dfe873eaac7f0de
Benoit Boissinot
hgweb: nodeids should be aligned in raw changesets...
r7166 # Parent 2ef0ac749a14e4f57a5a822464a0902c6f7f448f
Dirkjan Ochtman
add more tests for hgweb commands
r5590 Added tag 1.0 for changeset 2ef0ac749a14
Dirkjan Ochtman
hgweb: show diff header line in raw diffs
r9402 diff -r 2ef0ac749a14 -r a4f92ed23982 .hgtags
Dirkjan Ochtman
add more tests for hgweb commands
r5590 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000
@@ -0,0 +1,1 @@
+2ef0ac749a14e4f57a5a822464a0902c6f7f448f 1.0
Dirkjan Ochtman
hgweb: add a test for search logs
r10248 200 Script output follows
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
<link rel="icon" href="/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
<title>test: searching for base</title>
</head>
<body>
<div class="container">
<div class="menu">
<div class="logo">
<a href="http://mercurial.selenic.com/">
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
<ul>
<li><a href="/shortlog">log</a></li>
<li><a href="/graph">graph</a></li>
<li><a href="/tags">tags</a></li>
<li><a href="/branches">branches</a></li>
</ul>
</div>
<div class="main">
<h2><a href="/">test</a></h2>
<h3>searching for 'base'</h3>
<form class="search" action="/log">
<p><input name="rev" id="search1" type="text" size="30"></p>
<div id="hint">find changesets by author, revision,
files, or words in the commit message</div>
</form>
<div class="navigate">
<a href="/search/?rev=base&revcount=5">less</a>
<a href="/search/?rev=base&revcount=20">more</a>
</div>
<table class="bigtable">
<tr>
<th class="age">age</th>
<th class="author">author</th>
<th class="description">description</th>
</tr>
<tr class="parity0">
<td class="age">1970-01-01</td>
<td class="author">test</td>
<td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> </td>
</tr>
</table>
<div class="navigate">
<a href="/search/?rev=base&revcount=5">less</a>
<a href="/search/?rev=base&revcount=20">more</a>
</div>
</div>
</div>
</body>
</html>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 % File-related
200 Script output follows
foo
200 Script output follows
test@0: foo
200 Script output follows
drwxr-xr-x da
-rw-r--r-- 45 .hgtags
-rw-r--r-- 4 foo
200 Script output follows
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c...
r5923 <head>
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <link rel="icon" href="/static/hgicon.png" type="image/png" />
Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c...
r5923 <meta name="robots" content="index, nofollow" />
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c...
r5923
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <title>test: a4f92ed23982 foo</title>
Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c...
r5923 </head>
<body>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <div class="container">
<div class="menu">
Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c...
r5923 <div class="logo">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/">
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <img src="/static/hglogo.png" alt="mercurial" /></a>
Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c...
r5923 </div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <ul>
<li><a href="/shortlog/a4f92ed23982">log</a></li>
<li><a href="/graph/a4f92ed23982">graph</a></li>
<li><a href="/tags">tags</a></li>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <li><a href="/branches">branches</a></li>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </ul>
<ul>
<li><a href="/rev/a4f92ed23982">changeset</a></li>
<li><a href="/file/a4f92ed23982/">browse</a></li>
</ul>
<ul>
<li class="active">file</li>
Dirkjan Ochtman
coal/paper: show link to latest file revision (issue1344)
r9720 <li><a href="/file/tip/foo">latest</a></li>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 <li><a href="/diff/a4f92ed23982/foo">diff</a></li>
<li><a href="/annotate/a4f92ed23982/foo">annotate</a></li>
<li><a href="/log/a4f92ed23982/foo">file log</a></li>
<li><a href="/raw-file/a4f92ed23982/foo">raw</a></li>
</ul>
</div>
<div class="main">
<h2><a href="/">test</a></h2>
<h3>view foo @ 1:a4f92ed23982</h3>
<form class="search" action="/log">
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <p><input name="rev" id="search1" type="text" size="30" /></p>
<div id="hint">find changesets by author, revision,
files, or words in the commit message</div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </form>
<div class="description">Added tag 1.0 for changeset 2ef0ac749a14</div>
<table id="changesetEntry">
<tr>
<th class="author">author</th>
<td class="author">&#116;&#101;&#115;&#116;</td>
</tr>
<tr>
<th class="date">date</th>
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="date">Thu Jan 01 00:00:00 1970 +0000 (1970-01-01)</td>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </tr>
<tr>
<th class="author">parents</th>
<td class="author"></td>
</tr>
<tr>
<th class="author">children</th>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <td class="author"><a href="/file/1d22e65f027e/foo">1d22e65f027e</a> </td>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </tr>
</table>
<div class="overflow">
Dirkjan Ochtman
tests: fix tests broken by 03b60f2f90bf
r7395 <div class="sourcefirst"> line source</div>
Martin Geisler
coal, paper: add newlines when displaying a file in hgweb...
r8486
Dirkjan Ochtman
tests: fix tests broken by 03b60f2f90bf
r7395 <div class="parity0 source"><a href="#l1" id="l1"> 1</a> foo
</div>
<div class="sourcelast"></div>
Dirkjan Ochtman
tests: fix test failures from default/template changes
r7347 </div>
</div>
</div>
Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c...
r5923
</body>
</html>
200 Script output follows
Dirkjan Ochtman
add more tests for hgweb commands
r5590
Dirkjan Ochtman
hgweb: show diff header line in raw diffs
r9402 diff -r 000000000000 -r a4f92ed23982 foo
Dirkjan Ochtman
add more tests for hgweb commands
r5590 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/foo Thu Jan 01 00:00:00 1970 +0000
@@ -0,0 +1,1 @@
+foo
% Overviews
200 Script output follows
Dirkjan Ochtman
templates: add raw templates for tags/branches pages
r9946 tip 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe
1.0 2ef0ac749a14e4f57a5a822464a0902c6f7f448f
Dirkjan Ochtman
add more tests for hgweb commands
r5590 200 Script output follows
Dirkjan Ochtman
templates: add raw templates for tags/branches pages
r9946 stable 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe open
default a4f92ed23982be056b9852de5dfe873eaac7f0de inactive
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 200 Script output follows
<?xml version="1.0" encoding="ascii"?>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
Kevin Christen
Fixed XHTML validation errors
r5784 <link rel="icon" href="/static/hgicon.png" type="image/png" />
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="/static/style-gitweb.css" type="text/css" />
<title>test: Summary</title>
<link rel="alternate" type="application/atom+xml"
Matt Mackall
Fix up tests for XHTML validation bits
r5821 href="/atom-log" title="Atom feed for test"/>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <link rel="alternate" type="application/rss+xml"
Matt Mackall
Fix up tests for XHTML validation bits
r5821 href="/rss-log" title="RSS feed for test"/>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 </head>
<body>
<div class="page_header">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / summary
Dirkjan Ochtman
add more tests for hgweb commands
r5590
<form action="/log">
<input type="hidden" name="style" value="gitweb" />
<div class="search">
<input type="text" name="rev" />
</div>
</form>
</div>
<div class="page_nav">
summary |
<a href="/shortlog?style=gitweb">shortlog</a> |
<a href="/log?style=gitweb">changelog</a> |
Dirkjan Ochtman
tests: fix test breakage from graph template changes
r6695 <a href="/graph?style=gitweb">graph</a> |
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <a href="/tags?style=gitweb">tags</a> |
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <a href="/branches?style=gitweb">branches</a> |
<a href="/file/1d22e65f027e?style=gitweb">files</a>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <br/>
</div>
<div class="title">&nbsp;</div>
<table cellspacing="0">
<tr><td>description</td><td>unknown</td></tr>
Thomas Arendsen Hein
Obfuscate (instead of just escape) contact/owner in gitweb summary....
r5780 <tr><td>owner</td><td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td></tr>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <tr><td>last change</td><td>Thu, 01 Jan 1970 00:00:00 +0000</td></tr>
</table>
<div><a class="title" href="/shortlog?style=gitweb">changes</a></div>
<table cellspacing="0">
Martin Geisler
gitweb: break long lines in map file
r8374
<tr class="parity0">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age"><i>1970-01-01</i></td>
Martin Geisler
gitweb: break long lines in map file
r8374 <td><i>test</i></td>
<td>
<a class="list" href="/rev/1d22e65f027e?style=gitweb">
<b>branch</b>
<span class="logtags"><span class="branchtag" title="stable">stable</span> <span class="tagtag" title="tip">tip</span> </span>
</a>
</td>
<td class="link" nowrap>
<a href="/rev/1d22e65f027e?style=gitweb">changeset</a> |
<a href="/file/1d22e65f027e?style=gitweb">files</a>
</td>
</tr>
<tr class="parity1">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age"><i>1970-01-01</i></td>
Martin Geisler
gitweb: break long lines in map file
r8374 <td><i>test</i></td>
<td>
<a class="list" href="/rev/a4f92ed23982?style=gitweb">
<b>Added tag 1.0 for changeset 2ef0ac749a14</b>
<span class="logtags"><span class="branchtag" title="default">default</span> </span>
</a>
</td>
<td class="link" nowrap>
<a href="/rev/a4f92ed23982?style=gitweb">changeset</a> |
<a href="/file/a4f92ed23982?style=gitweb">files</a>
</td>
</tr>
<tr class="parity0">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age"><i>1970-01-01</i></td>
Martin Geisler
gitweb: break long lines in map file
r8374 <td><i>test</i></td>
<td>
<a class="list" href="/rev/2ef0ac749a14?style=gitweb">
<b>base</b>
<span class="logtags"><span class="tagtag" title="1.0">1.0</span> </span>
</a>
</td>
<td class="link" nowrap>
<a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> |
<a href="/file/2ef0ac749a14?style=gitweb">files</a>
</td>
</tr>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <tr class="light"><td colspan="4"><a class="list" href="/shortlog?style=gitweb">...</a></td></tr>
</table>
<div><a class="title" href="/tags?style=gitweb">tags</a></div>
<table cellspacing="0">
Martin Geisler
gitweb: break long lines in map file
r8374
<tr class="parity0">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age"><i>1970-01-01</i></td>
Martin Geisler
gitweb: break long lines in map file
r8374 <td><a class="list" href="/rev/2ef0ac749a14?style=gitweb"><b>1.0</b></a></td>
<td class="link">
<a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> |
<a href="/log/2ef0ac749a14?style=gitweb">changelog</a> |
<a href="/file/2ef0ac749a14?style=gitweb">files</a>
</td>
</tr>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <tr class="light"><td colspan="3"><a class="list" href="/tags?style=gitweb">...</a></td></tr>
</table>
<div><a class="title" href="#">branches</a></div>
<table cellspacing="0">
Martin Geisler
gitweb: break long lines in map file
r8374
<tr class="parity0">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age"><i>1970-01-01</i></td>
Martin Geisler
gitweb: break long lines in map file
r8374 <td><a class="list" href="/shortlog/1d22e65f027e?style=gitweb"><b>1d22e65f027e</b></a></td>
Dirkjan Ochtman
hgweb: allow distinction between open/closed branches on branches page
r8713 <td class="">stable</td>
Martin Geisler
gitweb: break long lines in map file
r8374 <td class="link">
<a href="/changeset/1d22e65f027e?style=gitweb">changeset</a> |
<a href="/log/1d22e65f027e?style=gitweb">changelog</a> |
<a href="/file/1d22e65f027e?style=gitweb">files</a>
</td>
</tr>
<tr class="parity1">
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 <td class="age"><i>1970-01-01</i></td>
Martin Geisler
gitweb: break long lines in map file
r8374 <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td>
Dirkjan Ochtman
hgweb: allow distinction between open/closed branches on branches page
r8713 <td class="">default</td>
Martin Geisler
gitweb: break long lines in map file
r8374 <td class="link">
<a href="/changeset/a4f92ed23982?style=gitweb">changeset</a> |
<a href="/log/a4f92ed23982?style=gitweb">changelog</a> |
<a href="/file/a4f92ed23982?style=gitweb">files</a>
</td>
</tr>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <tr class="light">
<td colspan="4"><a class="list" href="#">...</a></td>
</tr>
</table>
<div class="page_footer">
<div class="page_footer_text">test</div>
Peter Arrenbrecht
hgweb: fix test results missed by 6218:345a23eca8f6
r6219 <div class="rss_logo">
<a href="/rss-log">RSS</a>
<a href="/atom-log">Atom</a>
</div>
Dirkjan Ochtman
add more tests for hgweb commands
r5590 <br />
</div>
</body>
</html>
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 200 Script output follows
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<link rel="icon" href="/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="/static/style-gitweb.css" type="text/css" />
<title>test: Graph</title>
<link rel="alternate" type="application/atom+xml"
href="/atom-log" title="Atom feed for test"/>
<link rel="alternate" type="application/rss+xml"
href="/rss-log" title="RSS feed for test"/>
Dirkjan Ochtman
gitweb: fix graph again after previous faulty commit (1e0677756f60)
r7445 <!--[if IE]><script type="text/javascript" src="/static/excanvas.js"></script><![endif]-->
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 </head>
<body>
<div class="page_header">
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / graph
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 </div>
<form action="/log">
<input type="hidden" name="style" value="gitweb" />
<div class="search">
<input type="text" name="rev" />
</div>
</form>
<div class="page_nav">
<a href="/summary?style=gitweb">summary</a> |
<a href="/shortlog?style=gitweb">shortlog</a> |
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <a href="/log/2?style=gitweb">changelog</a> |
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 graph |
<a href="/tags?style=gitweb">tags</a> |
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <a href="/branches?style=gitweb">branches</a> |
<a href="/file/1d22e65f027e?style=gitweb">files</a>
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 <br/>
Dirkjan Ochtman
hgweb: make graph page size equal to shortlog
r10245 <a href="/graph/2?style=gitweb&revcount=30">less</a>
<a href="/graph/2?style=gitweb&revcount=120">more</a>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 | <a href="/graph/2ef0ac749a14?style=gitweb">(0)</a> <a href="/graph/2ef0ac749a14?style=gitweb">-2</a> <a href="/graph/tip?style=gitweb">tip</a> <br/>
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 </div>
<div class="title">&nbsp;</div>
Benoit Allard
graph: replace the blinking no javascript message
r7124 <noscript>The revision graph only works with JavaScript-enabled browsers.</noscript>
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786
<div id="wrapper">
<ul id="nodebgs"></ul>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 <canvas id="graph" width="224" height="129"></canvas>
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 <ul id="graphnodes"></ul>
</div>
<script type="text/javascript" src="/static/graph.js"></script>
<script>
<!-- hide script content
Dirkjan Ochtman
templater: readable dates older than 24 months revert to ISO8601 (issue1006)
r9722 var data = [["1d22e65f027e", [0, 1], [[0, 0, 1]], "branch", "test", "1970-01-01", ["stable", true], ["tip"]], ["a4f92ed23982", [0, 1], [[0, 0, 1]], "Added tag 1.0 for changeset 2ef0ac749a14", "test", "1970-01-01", ["default", true], []], ["2ef0ac749a14", [0, 1], [], "base", "test", "1970-01-01", ["default", false], ["1.0"]]];
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 var graph = new Graph();
graph.scale(39);
graph.edge = function(x0, y0, x1, y1, color) {
this.setColor(color, 0.0, 0.65);
this.ctx.beginPath();
this.ctx.moveTo(x0, y0);
this.ctx.lineTo(x1, y1);
this.ctx.stroke();
}
var revlink = '<li style="_STYLE"><span class="desc">';
revlink += '<a class="list" href="/rev/_NODEID?style=gitweb" title="_NODEID"><b>_DESC</b></a>';
revlink += '</span> _TAGS';
Martin Geisler
templates: do not add "ago" twice...
r10277 revlink += '<span class="info">_DATE, by _USER</span></li>';
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786
graph.vertex = function(x, y, color, parity, cur) {
this.ctx.beginPath();
color = this.setColor(color, 0.25, 0.75);
this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
this.ctx.fill();
var bg = '<li class="bg parity' + parity + '"></li>';
var left = (this.columns + 1) * this.bg_height;
var nstyle = 'padding-left: ' + left + 'px;';
var item = revlink.replace(/_STYLE/, nstyle);
item = item.replace(/_PARITY/, 'parity' + parity);
item = item.replace(/_NODEID/, cur[0]);
item = item.replace(/_NODEID/, cur[0]);
Martin Geisler
webcommands: move nonempty logic from JavaScript to Python...
r8236 item = item.replace(/_DESC/, cur[3]);
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 item = item.replace(/_USER/, cur[4]);
item = item.replace(/_DATE/, cur[5]);
var tagspan = '';
if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) {
tagspan = '<span class="logtags">';
if (cur[6][1]) {
tagspan += '<span class="branchtag" title="' + cur[6][0] + '">';
tagspan += cur[6][0] + '</span> ';
} else if (!cur[6][1] && cur[6][0] != 'default') {
tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">';
tagspan += cur[6][0] + '</span> ';
}
if (cur[7].length) {
for (var t in cur[7]) {
var tag = cur[7][t];
tagspan += '<span class="tagtag">' + tag + '</span> ';
}
}
tagspan += '</span>';
}
item = item.replace(/_TAGS/, tagspan);
return [bg, item];
}
graph.render(data);
// stop hiding script -->
</script>
<div class="page_nav">
Dirkjan Ochtman
hgweb: make graph page size equal to shortlog
r10245 <a href="/graph/2?style=gitweb&revcount=30">less</a>
<a href="/graph/2?style=gitweb&revcount=120">more</a>
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 | <a href="/graph/2ef0ac749a14?style=gitweb">(0)</a> <a href="/graph/2ef0ac749a14?style=gitweb">-2</a> <a href="/graph/tip?style=gitweb">tip</a>
Dirkjan Ochtman
tests: add a test for the hgweb graph
r6786 </div>
<div class="page_footer">
<div class="page_footer_text">test</div>
<div class="rss_logo">
<a href="/rss-log">RSS</a>
<a href="/atom-log">Atom</a>
</div>
<br />
</div>
</body>
</html>
Bryan O'Sullivan
Fix breaking test from 05451f6b5f07
r5593 % capabilities
Dirkjan Ochtman
add more tests for hgweb commands
r5590 200 Script output follows
Henrik Stuart
named branches: server branchmap wire protocol support (issue736)...
r8562 lookup changegroupsubset branchmap unbundle=HG10GZ,HG10BZ,HG10UN% heads
Bryan O'Sullivan
Fix breaking test from 05451f6b5f07
r5593 200 Script output follows
Dirkjan Ochtman
add more tests for hgweb commands
r5590
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe
Bryan O'Sullivan
Fix breaking test from 05451f6b5f07
r5593 % lookup
Dirkjan Ochtman
add more tests for hgweb commands
r5590 200 Script output follows
0 'key'
Bryan O'Sullivan
Fix breaking test from 05451f6b5f07
r5593 % branches
Dirkjan Ochtman
add more tests for hgweb commands
r5590 200 Script output follows
Dirkjan Ochtman
tests: add test for branches webcommand
r8358 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe 2ef0ac749a14e4f57a5a822464a0902c6f7f448f 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000
Bryan O'Sullivan
Fix breaking test from 05451f6b5f07
r5593 % changegroup
Dirkjan Ochtman
add more tests for hgweb commands
r5590 200 Script output follows
Marti Raudsepp
tests: use repr.py to avoid binary characters in test output
r8446 x\x9c\xbdTMHUA\x14\xbe\xa8\xf9\xec\xda&\x10\x11*\xb8\x88\x81\x99\xbef\xe6\xce\xbdw\xc6\xf2a\x16E\x1b\x11[%\x98\xcc\xaf\x8f\x8c\xf7\xc0\xf7\x82
4\x11KP2m\x95\xad*\xabE\x05AP\xd0\xc22Z\x14\xf9\x03\xb9j\xa3\x9b$\xa4MJ\xb4\x90\xc0\x9a\x9bO0\x10\xdf\x13\xa2\x81\x0f\x869g\xe6|\xe7\x9c\xef\x8ceY\xf7\xa2KO\xd2\xb7K\x16~\
\xe9\xad\x90w\x86\xab\x93W\x8e\xdf\xb0r\\Y\xee6(\xa2)\xf6\x95\xc6\x01\xe4\x1az\x80R\xe8kN\x98\xe7R\xa4\xa9K@\xe0!A\xb4k\xa7U*m\x03\x07\xd8\x92\x1d\xd2\xc9\xa4\x1d\xc2\xe6,\xa5\xcc+\x1f\xef\xafDgi\xef\xab\x1d\x1d\xb7\x9a\xe7[W\xfbc\x8f\xde-\xcd\xe7\xcaz\xb3\xbb\x19\xd3\x81\x10>c>\x08\x00"X\x11\xc2\x84@\xd2\xe7B*L\x00\x01P\x04R\xc3@\xbaB0\xdb8#\x83:\x83\xa2h\xbc=\xcd\xdaS\xe1Y,L\xd3\xa0\xf2\xa8\x94J:\xe6\xd8\x81Q\xe0\xe8d\xa7#\xe2,\xd1\xaeR*\xed \xa5\x01\x13\x01\xa6\x0cb\xe3;\xbe\xaf\xfcK[^wK\xe1N\xaf\xbbk\xe8B\xd1\xf4\xc1\x07\xb3\xab[\x10\xfdkmvwcB\xa6\xa4\xd4G\xc4D\xc2\x141\xad\x91\x10\x00\x08J\x81\xcb}\xee\t\xee+W\xba\x8a\x80\x90|\xd4\xa0\xd6\xa0\xd4T\xde\xe1\x9d,!\xe2\xb5\xa94\xe3\xe7\xd5\x9f\x06\x18\xcba\x03aP\xb8f\xcd\x04\x1a_\\9\xf1\xed\xe4\x9e\xe5\xa6\xd1\xd2\x9f\x03\xa7o\xae\x90H\xf3\xfb\xef\xffH3\xadk
\xb0\x90\x92\x88\xb9\x14"\x068\xc2\x1e@\x00\xbb\x8a)\xd3\'\x859
\xa8\x80\x84S \xa5\xbd-g\x13`\xe4\xdc\xc3H^\xdf\xe2\xc0TM\xc7\xf4BO\xcf\xde\xae\xe5\xae#\x1frM(K\x97`F\x19\x16s\x05GD\xb9\x01\xc1\x00+\x8c|\x9fp\xc11\xf0\x14\x00\x9cJ\x82<\xe0\x12\x9f\xc1\x90\xd0\xf5\xc8\x19>Pr\xaa\xeaW\xf5\xc4\xae\xd1\xfc\x17\xcf\'\x13u\xb1\x9e\xcdHnC\x0e\xcc`\xc8\xa0&\xac\x0e\xf1|\x8c\x10$\xc4\x8c\xa2p\x05`\xdc\x08 \x80\xc4\xd7Rr-\x94\x10\x102\xedi;\xf3f\xf1z\x16\x86\xdb\xd8d\xe5\xe7\x8b\xf5\x8d\rzp\xb2\xfe\xac\xf5\xf2\xd3\xfe\xfckws\xedt\x96b\xd5l\x1c\x0b\x85\xb5\x170\x8f\x11\x84\xb0\x8f\x19\xa0\x00\t_\x07\x1ac\xa2\xc3\x89Z\xe7\x96\xf9 \xccNFg\xc7F\xaa\x8a+\x9a\x9cc_\x17\x1b\x17\x9e]z38<\x97+\xb5,",\xc8\xc8?\\\x91\xff\x17.~U\x96\x97\xf5%\xdeN<\x8e\xf5\x97%\xe7^\xcfL\xed~\xda\x96k\xdc->\x86\x02\x83"\x96H\xa6\xe3\xaas=-\xeb7\xe5\xda\x8f\xbc
% stream_out
Bryan O'Sullivan
Fix breaking test from 05451f6b5f07
r5593 200 Script output follows
Dirkjan Ochtman
add more tests for hgweb commands
r5590 1
Dirkjan Ochtman
hgweb: only accept POST requests for unbundle
r6335 % failing unbundle, requires POST request
Benoit Boissinot
fix tests output changed by 8269fe2d48f6
r9696 405 push requires POST request
Dirkjan Ochtman
hgweb: only accept POST requests for unbundle
r6335
0
Dirkjan Ochtman
hgweb: centralize permission checks for protocol commands...
r6779 push requires POST request
Dirkjan Ochtman
add more tests for hgweb commands
r5590 % Static files
200 Script output follows
a { text-decoration:none; }
.age { white-space:nowrap; }
.date { white-space:nowrap; }
.indexlinks { white-space:nowrap; }
Martin Geisler
spartan: simplify CSS colors (#xxxxxx -> #xxx)
r8505 .parity0 { background-color: #ddd; }
.parity1 { background-color: #eee; }
.lineno { width: 60px; color: #aaa; font-size: smaller;
Martin Geisler
spartan: ensure equal heights for file and annotate views...
r8507 text-align: right; }
Dirkjan Ochtman
add more tests for hgweb commands
r5590 .plusline { color: green; }
.minusline { color: red; }
.atline { color: purple; }
.annotate { font-size: smaller; text-align: right; padding-right: 1em; }
.buttons a {
Martin Geisler
spartan: simplify CSS colors (#xxxxxx -> #xxx)
r8505 background-color: #666;
Dirkjan Ochtman
add more tests for hgweb commands
r5590 padding: 2pt;
color: white;
font-family: sans;
font-weight: bold;
}
.navigate a {
background-color: #ccc;
padding: 2pt;
font-family: sans;
color: black;
}
.metatag {
Martin Geisler
spartan: simplify CSS colors (#xxxxxx -> #xxx)
r8505 background-color: #888;
Dirkjan Ochtman
add more tests for hgweb commands
r5590 color: white;
text-align: right;
}
/* Common */
pre { margin: 0; }
.logo {
float: right;
clear: right;
}
/* Changelog/Filelog entries */
.logEntry { width: 100%; }
.logEntry .age { width: 15%; }
.logEntry th { font-weight: normal; text-align: right; vertical-align: top; }
.logEntry th.age, .logEntry th.firstline { font-weight: bold; }
.logEntry th.firstline { text-align: left; width: inherit; }
/* Shortlog entries */
.slogEntry { width: 100%; }
.slogEntry .age { width: 8em; }
.slogEntry td { font-weight: normal; text-align: left; vertical-align: top; }
.slogEntry td.author { width: 15em; }
/* Tag entries */
#tagEntries { list-style: none; margin: 0; padding: 0; }
#tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
/* Changeset entry */
#changesetEntry { }
#changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
#changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
/* File diff view */
#filediffEntry { }
#filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
Dirkjan Ochtman
tests: fix test breakage from graph template changes
r6695 /* Graph */
div#wrapper {
position: relative;
margin: 0;
padding: 0;
}
canvas {
position: absolute;
z-index: 5;
top: -0.6em;
margin: 0;
}
ul#nodebgs {
list-style: none inside none;
padding: 0;
margin: 0;
top: -0.7em;
}
Thomas Arendsen Hein
Fix test output for updated gitdiffs help and web template cleanups
r7330
Dirkjan Ochtman
tests: fix test breakage from graph template changes
r6695 ul#graphnodes li, ul#nodebgs li {
height: 39px;
}
ul#graphnodes {
position: absolute;
z-index: 10;
top: -0.85em;
list-style: none inside none;
padding: 0;
}
ul#graphnodes li .info {
display: block;
font-size: 70%;
position: relative;
top: -1px;
}
Dirkjan Ochtman
add more tests for hgweb commands
r5590 % ERRORS ENCOUNTERED