89c05d9e3225

hg-prompt: Update documentation.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Nov 2009 20:21:06 -0500
parents fd8097ccb5c1
children 8698c58f4ce2
branches/tags (none)
files hg-prompt/documentation/index.html hg-prompt/documentation/keywords/index.html hg-prompt/documentation/keywords/list.html hg-prompt/documentation/list.html hg-prompt/documentation/usage/index.html hg-prompt/documentation/usage/list.html hg-prompt/index.html hg-prompt/installation/index.html hg-prompt/installation/list.html hg-prompt/list.html hg-prompt/media/css/index.html hg-prompt/media/css/list.html hg-prompt/media/index.html hg-prompt/media/list.html hg-prompt/quickstart/index.html hg-prompt/quickstart/list.html

Changes

--- 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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
--- 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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                  <a href="/documentation/">documentation</a> &#187;
                 
               
                 
@@ -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">&#39;{patches}&#39;</span>
+<span class="go">bottom-patch -&gt; middle-patch -&gt; 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>-&gt;</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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                  <a href="/documentation/">documentation</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/documentation/keywords/">keywords</a> &#187;
+                  <a href="/documentation/keywords/">keywords</a> &#187;
                 
               
                 
--- 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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                  <a href="/documentation/">documentation</a> &#187;
                 
               
                 
@@ -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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                  <a href="/documentation/">documentation</a> &#187;
                 
               
                 
--- 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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                  <a href="/documentation/">documentation</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/documentation/usage/">usage</a> &#187;
+                  <a href="/documentation/usage/">usage</a> &#187;
                 
               
                 
--- 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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
--- 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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/installation/">installation</a> &#187;
+                  <a href="/installation/">installation</a> &#187;
                 
               
                 
--- 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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
@@ -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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/media/">media</a> &#187;
+                  <a href="/media/">media</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/media/css/">css</a> &#187;
+                  <a href="/media/css/">css</a> &#187;
                 
               
                 
@@ -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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/media/">media</a> &#187;
+                  <a href="/media/">media</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/media/css/">css</a> &#187;
+                  <a href="/media/css/">css</a> &#187;
                 
               
                 
@@ -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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/media/">media</a> &#187;
+                  <a href="/media/">media</a> &#187;
                 
               
                 
@@ -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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/media/">media</a> &#187;
+                  <a href="/media/">media</a> &#187;
                 
               
                 
@@ -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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
--- 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> &#187;
+                  <a href="/">index</a> &#187;
                 
               
                 
-                  <a href="/hg-prompt/quickstart/">quickstart</a> &#187;
+                  <a href="/quickstart/">quickstart</a> &#187;