--- a/hg-prompt/documentation/index.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/documentation/index.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » Documentation
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,7 +21,7 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
--- a/hg-prompt/documentation/keywords/index.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/documentation/keywords/index.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » Keywords
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,11 +21,11 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/documentation/">documentation</a> »
+ <a href="/documentation/">documentation</a> »
@@ -51,6 +51,7 @@
<li><a href="#node">node</a></li>
<li><a href="#outgoing">outgoing</a></li>
<li><a href="#patch">patch</a></li>
+<li><a href="#patches">patches</a></li>
<li><a href="#rev">rev</a></li>
<li><a href="#root">root</a></li>
<li><a href="#status">status</a></li>
@@ -129,6 +130,40 @@
</dl>
</dd>
</dl>
+<h2 id="patches">patches</h2>
+<dl>
+<dd>
+<p>Display a list of the current patches in the queue. It will look like
+this:</p>
+<div class="codehilite"><pre><span class="gp">$</span> hg prompt <span class="s1">'{patches}'</span>
+<span class="go">bottom-patch -> middle-patch -> top-patch</span>
+</pre></div>
+
+
+<dl>
+<dt>|reverse</dt>
+<dd>Display the patches in reverse order (i.e. topmost first).</dd>
+<dt>|hide_applied</dt>
+<dd>Do not display applied patches.</dd>
+<dt>|hide_unapplied</dt>
+<dd>Do not display unapplied patches.</dd>
+<dt>|join(SEP)</dt>
+<dd>Display SEP between each patch, instead of the default <code>-></code>.</dd>
+<dt>|pre_applied(STRING)</dt>
+<dd>Display STRING immediately before each applied patch. Useful for
+adding color codes.</dd>
+<dt>|post_applied(STRING)</dt>
+<dd>Display STRING immediately after each applied patch. Useful for
+resetting color codes.</dd>
+<dt>|pre_unapplied(STRING)</dt>
+<dd>Display STRING immediately before each unapplied patch. Useful for
+adding color codes.</dd>
+<dt>|post_unapplied(STRING)</dt>
+<dd>Display STRING immediately after each unapplied patch. Useful for
+resetting color codes.</dd>
+</dl>
+</dd>
+</dl>
<h2 id="rev">rev</h2>
<dl>
<dd>
--- a/hg-prompt/documentation/keywords/list.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/documentation/keywords/list.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /documentation/keywords
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,15 +21,15 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/documentation/">documentation</a> »
+ <a href="/documentation/">documentation</a> »
- <a href="/hg-prompt/documentation/keywords/">keywords</a> »
+ <a href="/documentation/keywords/">keywords</a> »
--- a/hg-prompt/documentation/list.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/documentation/list.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /documentation
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,11 +21,11 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/documentation/">documentation</a> »
+ <a href="/documentation/">documentation</a> »
@@ -48,7 +48,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/hg-prompt/documentation/keywords/">
+ <a class="dirlink" href="/documentation/keywords/">
keywords/
</a>
</td>
@@ -56,7 +56,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/hg-prompt/documentation/usage/">
+ <a class="dirlink" href="/documentation/usage/">
usage/
</a>
</td>
--- a/hg-prompt/documentation/usage/index.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/documentation/usage/index.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » Usage
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,11 +21,11 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/documentation/">documentation</a> »
+ <a href="/documentation/">documentation</a> »
--- a/hg-prompt/documentation/usage/list.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/documentation/usage/list.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /documentation/usage
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,15 +21,15 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/documentation/">documentation</a> »
+ <a href="/documentation/">documentation</a> »
- <a href="/hg-prompt/documentation/usage/">usage</a> »
+ <a href="/documentation/usage/">usage</a> »
--- a/hg-prompt/index.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/index.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » hg-prompt
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
--- a/hg-prompt/installation/index.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/installation/index.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » Installation
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,7 +21,7 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
--- a/hg-prompt/installation/list.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/installation/list.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /installation
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,11 +21,11 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/installation/">installation</a> »
+ <a href="/installation/">installation</a> »
--- a/hg-prompt/list.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/list.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,7 +21,7 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
@@ -44,7 +44,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/hg-prompt/documentation/">
+ <a class="dirlink" href="/documentation/">
documentation/
</a>
</td>
@@ -52,7 +52,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/hg-prompt/installation/">
+ <a class="dirlink" href="/installation/">
installation/
</a>
</td>
@@ -60,7 +60,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/hg-prompt/media/">
+ <a class="dirlink" href="/media/">
media/
</a>
</td>
@@ -68,7 +68,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/hg-prompt/quickstart/">
+ <a class="dirlink" href="/quickstart/">
quickstart/
</a>
</td>
--- a/hg-prompt/media/css/index.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/media/css/index.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /media/css
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,15 +21,15 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/media/">media</a> »
+ <a href="/media/">media</a> »
- <a href="/hg-prompt/media/css/">css</a> »
+ <a href="/media/css/">css</a> »
@@ -57,7 +57,7 @@
<tr>
<td class="size">3K</td>
<td class="name">
- <a href="/hg-prompt/media/css/layout.css">
+ <a href="/media/css/layout.css">
<code>layout.css</code>
</a>
</td>
@@ -66,7 +66,7 @@
<tr>
<td class="size">3K</td>
<td class="name">
- <a href="/hg-prompt/media/css/pygments.css">
+ <a href="/media/css/pygments.css">
<code>pygments.css</code>
</a>
</td>
@@ -75,7 +75,7 @@
<tr>
<td class="size">940B</td>
<td class="name">
- <a href="/hg-prompt/media/css/reset.css">
+ <a href="/media/css/reset.css">
<code>reset.css</code>
</a>
</td>
@@ -84,7 +84,7 @@
<tr>
<td class="size">1K</td>
<td class="name">
- <a href="/hg-prompt/media/css/typography.css">
+ <a href="/media/css/typography.css">
<code>typography.css</code>
</a>
</td>
--- a/hg-prompt/media/css/list.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/media/css/list.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /media/css
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,15 +21,15 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/media/">media</a> »
+ <a href="/media/">media</a> »
- <a href="/hg-prompt/media/css/">css</a> »
+ <a href="/media/css/">css</a> »
@@ -57,7 +57,7 @@
<tr>
<td class="size">3K</td>
<td class="name">
- <a href="/hg-prompt/media/css/layout.css">
+ <a href="/media/css/layout.css">
<code>layout.css</code>
</a>
</td>
@@ -66,7 +66,7 @@
<tr>
<td class="size">3K</td>
<td class="name">
- <a href="/hg-prompt/media/css/pygments.css">
+ <a href="/media/css/pygments.css">
<code>pygments.css</code>
</a>
</td>
@@ -75,7 +75,7 @@
<tr>
<td class="size">940B</td>
<td class="name">
- <a href="/hg-prompt/media/css/reset.css">
+ <a href="/media/css/reset.css">
<code>reset.css</code>
</a>
</td>
@@ -84,7 +84,7 @@
<tr>
<td class="size">1K</td>
<td class="name">
- <a href="/hg-prompt/media/css/typography.css">
+ <a href="/media/css/typography.css">
<code>typography.css</code>
</a>
</td>
--- a/hg-prompt/media/index.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/media/index.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /media
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,11 +21,11 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/media/">media</a> »
+ <a href="/media/">media</a> »
@@ -48,7 +48,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/hg-prompt/media/css/">
+ <a class="dirlink" href="/media/css/">
css/
</a>
</td>
--- a/hg-prompt/media/list.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/media/list.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /media
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,11 +21,11 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/media/">media</a> »
+ <a href="/media/">media</a> »
@@ -48,7 +48,7 @@
<tr>
<td class="name">
- <a class="dirlink" href="/hg-prompt/media/css/">
+ <a class="dirlink" href="/media/css/">
css/
</a>
</td>
--- a/hg-prompt/quickstart/index.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/quickstart/index.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » Quick Start
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,7 +21,7 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
--- a/hg-prompt/quickstart/list.html Thu Nov 19 22:51:47 2009 -0500
+++ b/hg-prompt/quickstart/list.html Tue Nov 24 20:21:06 2009 -0500
@@ -9,10 +9,10 @@
hg-prompt » ls /quickstart
</title>
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="/hg-prompt/media/css/pygments.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="/media/css/pygments.css" media="screen, projection" />
</head>
<body>
@@ -21,11 +21,11 @@
<p>
- <a href="/hg-prompt/">index</a> »
+ <a href="/">index</a> »
- <a href="/hg-prompt/quickstart/">quickstart</a> »
+ <a href="/quickstart/">quickstart</a> »