3db7e53f85e3

hg-prompt: Update documentation.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 19 Nov 2009 21:35:53 -0500
parents 7b4c79521755
children fd8097ccb5c1
branches/tags (none)
files hg-prompt/documentation/keywords.html hg-prompt/documentation/keywords/index.html hg-prompt/documentation/keywords/list.html hg-prompt/documentation/usage.html hg-prompt/documentation/usage/index.html hg-prompt/documentation/usage/list.html hg-prompt/installation.html hg-prompt/installation/index.html hg-prompt/installation/list.html hg-prompt/quickstart.html hg-prompt/quickstart/index.html hg-prompt/quickstart/list.html

Changes

--- a/hg-prompt/documentation/keywords.html	Thu Nov 19 21:35:21 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,182 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!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">
-  <head>
-    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-    
-    <title>
-      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" />
-  </head>
-  
-  <body>
-    <div id="content">
-
-      
-        <div id="breadcrumbs">
-          <p>
-              
-                
-                  <a href="/hg-prompt/">index</a> &#187;
-                
-              
-                
-                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
-                
-              
-                
-                  keywords
-                
-              
-          </p>
-        </div> <!-- div#breadcrumbs -->
-      
-      
-      
-  <h1 id="keywords">Keywords</h1>
-<p>There a number of keywords available.  If you have any suggestions for more please <a href="http://bitbucket.org/sjl/hg-prompt/issues">let me know</a>.</p>
-<p>Some of the keywords support filters.  These filters can be combined when it makes sense.  If in doubt, try it!</p>
-<div class="toc">
-<ul>
-<li><a href="#keywords">Keywords</a><ul>
-<li><a href="#bookmark">bookmark</a></li>
-<li><a href="#branch">branch</a></li>
-<li><a href="#node">node</a></li>
-<li><a href="#patch">patch</a></li>
-<li><a href="#rev">rev</a></li>
-<li><a href="#root">root</a></li>
-<li><a href="#status">status</a></li>
-<li><a href="#tags">tags</a></li>
-<li><a href="#task">task</a></li>
-<li><a href="#tip">tip</a></li>
-<li><a href="#update">update</a></li>
-</ul>
-</li>
-</ul>
-</div>
-<h2 id="bookmark">bookmark</h2>
-<dl>
-<dd>Display the current bookmark (requires the <a href="http://mercurial.selenic.com/wiki/BookmarksExtension">bookmarks</a> extension).</dd>
-</dl>
-<h2 id="branch">branch</h2>
-<dl>
-<dd>Display the current branch.</dd>
-</dl>
-<h2 id="node">node</h2>
-<dl>
-<dd>
-<p>Display the (full) changeset hash of the current parent.</p>
-<dl>
-<dt>|short</dt>
-<dd>Display the hash as the short, 12-character form.</dd>
-<dt>|merge</dt>
-<dd>Display the hash of the changeset you're merging with.</dd>
-</dl>
-</dd>
-</dl>
-<h2 id="patch">patch</h2>
-<dl>
-<dd>
-<p>Display the topmost currently-applied patch (requires the <a href="http://mercurial.selenic.com/wiki/MqExtension">mq</a>
-extension).</p>
-<dl>
-<dt>|count</dt>
-<dd>Display the number of patches in the queue.</dd>
-<dt>|applied</dt>
-<dd>Display the number of currently applied patches in the queue.</dd>
-<dt>|unapplied</dt>
-<dd>Display the number of currently unapplied patches in the queue.</dd>
-</dl>
-</dd>
-</dl>
-<h2 id="rev">rev</h2>
-<dl>
-<dd>
-<p>Display the repository-local changeset number of the current parent.</p>
-<dl>
-<dt>|merge</dt>
-<dd>Display the repository-local changeset number of the changeset you're
-merging with.</dd>
-</dl>
-</dd>
-</dl>
-<h2 id="root">root</h2>
-<dl>
-<dd>
-<p>Display the full path to the root of the current repository, without a 
-trailing slash.</p>
-<dl>
-<dt>|basename</dt>
-<dd>Display the directory name of the root of the current repository. For 
-example, if the repository is in <code>/home/u/myrepo</code> then this keyword
-would expand to <code>myrepo</code>.</dd>
-</dl>
-</dd>
-</dl>
-<h2 id="status">status</h2>
-<dl>
-<dd>
-<p>Display <code>!</code> if the repository has any changed/added/removed files, 
-otherwise <code>?</code> if it has any untracked (but not ignored) files, otherwise 
-nothing.</p>
-<dl>
-<dt>|modified</dt>
-<dd>Display <code>!</code> if the current repository contains files that have been 
-modified, added, removed, or deleted, otherwise nothing.</dd>
-<dt>|unknown</dt>
-<dd>Display <code>?</code> if the current repository contains untracked files, 
-otherwise nothing.</dd>
-</dl>
-</dd>
-</dl>
-<h2 id="tags">tags</h2>
-<dl>
-<dd>
-<p>Display the tags of the current parent, separated by a space.</p>
-<dl>
-<dt>|SEP</dt>
-<dd>Display the tags of the current parent, separated by <code>SEP</code>.</dd>
-</dl>
-</dd>
-</dl>
-<h2 id="task">task</h2>
-<dl>
-<dd>Display the current task (requires the <a href="http://bitbucket.org/alu/hgtasks/wiki/Home">tasks</a> extension).</dd>
-</dl>
-<h2 id="tip">tip</h2>
-<dl>
-<dd>
-<p>Display the repository-local changeset number of the current tip.</p>
-<dl>
-<dt>|node</dt>
-<dd>Display the (full) changeset hash of the current tip.</dd>
-<dt>|short</dt>
-<dd>Display a short form of the changeset hash of the current tip (must be 
-used with the <strong>|node</strong> filter)</dd>
-</dl>
-</dd>
-</dl>
-<h2 id="update">update</h2>
-<dl>
-<dd>Display <code>^</code> if the current parent is not the tip of the current branch, 
-otherwise nothing.  In effect, this lets you see if running <code>hg update</code> 
-would do something.</dd>
-</dl>
-
-    
-      <p id="footer">
-        
-          hg-prompt &mdash;
-        
-        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
-      </p>
-    
-    </div> <!-- div#content -->
-  </body>
-</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hg-prompt/documentation/keywords/index.html	Thu Nov 19 21:35:53 2009 -0500
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
+  <head>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+    
+    <title>
+      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" />
+  </head>
+  
+  <body>
+    <div id="content">
+
+      
+        <div id="breadcrumbs">
+          <p>
+              
+                
+                  <a href="/hg-prompt/">index</a> &#187;
+                
+              
+                
+                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                
+              
+                
+                  keywords
+                
+              
+          </p>
+        </div> <!-- div#breadcrumbs -->
+      
+      
+      
+  <h1 id="keywords">Keywords</h1>
+<p>There a number of keywords available.  If you have any suggestions for more please <a href="http://bitbucket.org/sjl/hg-prompt/issues">let me know</a>.</p>
+<p>Some of the keywords support filters.  These filters can be combined when it makes sense.  If in doubt, try it!</p>
+<div class="toc">
+<ul>
+<li><a href="#keywords">Keywords</a><ul>
+<li><a href="#bookmark">bookmark</a></li>
+<li><a href="#branch">branch</a></li>
+<li><a href="#node">node</a></li>
+<li><a href="#patch">patch</a></li>
+<li><a href="#rev">rev</a></li>
+<li><a href="#root">root</a></li>
+<li><a href="#status">status</a></li>
+<li><a href="#tags">tags</a></li>
+<li><a href="#task">task</a></li>
+<li><a href="#tip">tip</a></li>
+<li><a href="#update">update</a></li>
+</ul>
+</li>
+</ul>
+</div>
+<h2 id="bookmark">bookmark</h2>
+<dl>
+<dd>Display the current bookmark (requires the <a href="http://mercurial.selenic.com/wiki/BookmarksExtension">bookmarks</a> extension).</dd>
+</dl>
+<h2 id="branch">branch</h2>
+<dl>
+<dd>Display the current branch.</dd>
+</dl>
+<h2 id="node">node</h2>
+<dl>
+<dd>
+<p>Display the (full) changeset hash of the current parent.</p>
+<dl>
+<dt>|short</dt>
+<dd>Display the hash as the short, 12-character form.</dd>
+<dt>|merge</dt>
+<dd>Display the hash of the changeset you're merging with.</dd>
+</dl>
+</dd>
+</dl>
+<h2 id="patch">patch</h2>
+<dl>
+<dd>
+<p>Display the topmost currently-applied patch (requires the <a href="http://mercurial.selenic.com/wiki/MqExtension">mq</a>
+extension).</p>
+<dl>
+<dt>|count</dt>
+<dd>Display the number of patches in the queue.</dd>
+<dt>|applied</dt>
+<dd>Display the number of currently applied patches in the queue.</dd>
+<dt>|unapplied</dt>
+<dd>Display the number of currently unapplied patches in the queue.</dd>
+</dl>
+</dd>
+</dl>
+<h2 id="rev">rev</h2>
+<dl>
+<dd>
+<p>Display the repository-local changeset number of the current parent.</p>
+<dl>
+<dt>|merge</dt>
+<dd>Display the repository-local changeset number of the changeset you're
+merging with.</dd>
+</dl>
+</dd>
+</dl>
+<h2 id="root">root</h2>
+<dl>
+<dd>
+<p>Display the full path to the root of the current repository, without a 
+trailing slash.</p>
+<dl>
+<dt>|basename</dt>
+<dd>Display the directory name of the root of the current repository. For 
+example, if the repository is in <code>/home/u/myrepo</code> then this keyword
+would expand to <code>myrepo</code>.</dd>
+</dl>
+</dd>
+</dl>
+<h2 id="status">status</h2>
+<dl>
+<dd>
+<p>Display <code>!</code> if the repository has any changed/added/removed files, 
+otherwise <code>?</code> if it has any untracked (but not ignored) files, otherwise 
+nothing.</p>
+<dl>
+<dt>|modified</dt>
+<dd>Display <code>!</code> if the current repository contains files that have been 
+modified, added, removed, or deleted, otherwise nothing.</dd>
+<dt>|unknown</dt>
+<dd>Display <code>?</code> if the current repository contains untracked files, 
+otherwise nothing.</dd>
+</dl>
+</dd>
+</dl>
+<h2 id="tags">tags</h2>
+<dl>
+<dd>
+<p>Display the tags of the current parent, separated by a space.</p>
+<dl>
+<dt>|SEP</dt>
+<dd>Display the tags of the current parent, separated by <code>SEP</code>.</dd>
+</dl>
+</dd>
+</dl>
+<h2 id="task">task</h2>
+<dl>
+<dd>Display the current task (requires the <a href="http://bitbucket.org/alu/hgtasks/wiki/Home">tasks</a> extension).</dd>
+</dl>
+<h2 id="tip">tip</h2>
+<dl>
+<dd>
+<p>Display the repository-local changeset number of the current tip.</p>
+<dl>
+<dt>|node</dt>
+<dd>Display the (full) changeset hash of the current tip.</dd>
+<dt>|short</dt>
+<dd>Display a short form of the changeset hash of the current tip (must be 
+used with the <strong>|node</strong> filter)</dd>
+</dl>
+</dd>
+</dl>
+<h2 id="update">update</h2>
+<dl>
+<dd>Display <code>^</code> if the current parent is not the tip of the current branch, 
+otherwise nothing.  In effect, this lets you see if running <code>hg update</code> 
+would do something.</dd>
+</dl>
+
+    
+      <p id="footer">
+        
+          hg-prompt &mdash;
+        
+        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+      </p>
+    
+    </div> <!-- div#content -->
+  </body>
+</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hg-prompt/documentation/keywords/list.html	Thu Nov 19 21:35:53 2009 -0500
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
+  <head>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+    
+    <title>
+      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" />
+  </head>
+  
+  <body>
+    <div id="content">
+
+      
+        <div id="breadcrumbs">
+          <p>
+              
+                
+                  <a href="/hg-prompt/">index</a> &#187;
+                
+              
+                
+                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                
+              
+                
+                  <a href="/hg-prompt/documentation/keywords/">keywords</a> &#187;
+                
+              
+                
+                  <span class="list-crumb">list</span>
+                
+              
+          </p>
+        </div> <!-- div#breadcrumbs -->
+      
+      
+      
+  <h1><code>ls /documentation/keywords</code></h1>
+
+  
+
+  
+
+  
+
+    
+      <p id="footer">
+        
+          hg-prompt &mdash;
+        
+        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+      </p>
+    
+    </div> <!-- div#content -->
+  </body>
+</html>
\ No newline at end of file
--- a/hg-prompt/documentation/usage.html	Thu Nov 19 21:35:21 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!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">
-  <head>
-    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-    
-    <title>
-      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" />
-  </head>
-  
-  <body>
-    <div id="content">
-
-      
-        <div id="breadcrumbs">
-          <p>
-              
-                
-                  <a href="/hg-prompt/">index</a> &#187;
-                
-              
-                
-                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
-                
-              
-                
-                  usage
-                
-              
-          </p>
-        </div> <!-- div#breadcrumbs -->
-      
-      
-      
-  <h1 id="usage">Usage</h1>
-<p>The <code>hg prompt</code> command takes a single string as an argument and outputs it.  Here's a simple (and useless) example:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;test&quot;</span>
-<span class="n">test</span>
-</pre></div>
-
-
-<p>Keywords in curly braces can be used to output repository information:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;currently on {branch}&quot;</span>
-<span class="n">currently</span> <span class="n">on</span> <span class="n">default</span>
-</pre></div>
-
-
-<p>Keywords also have an extended form:</p>
-<div class="codehilite"><pre><span class="p">{</span><span class="n">optional</span> <span class="n">text</span><span class="p">{</span><span class="n">branch</span><span class="p">}</span><span class="n">more</span> <span class="n">optional</span> <span class="n">text</span><span class="p">}</span>
-</pre></div>
-
-
-<p>This form will output the text and the expanded keyword <strong>only</strong> if the keyword successfully expands.  This can be useful for displaying extra text only if it's applicable:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;currently on {branch} and at {bookmark}&quot;</span>
-<span class="n">currently</span> <span class="n">on</span> <span class="n">branch</span> <span class="n">default</span> <span class="ow">and</span> <span class="n">at</span>
-
-<span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;currently on {branch} {and at {bookmark}}&quot;</span>
-<span class="n">currently</span> <span class="n">on</span> <span class="n">branch</span> <span class="n">default</span>
-
-<span class="nv">$</span> <span class="nv">hg</span> <span class="n">bookmark</span> <span class="k">my</span><span class="o">-</span><span class="n">book</span>
-
-<span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;currently on {branch} {and at {bookmark}}&quot;</span>
-<span class="n">currently</span> <span class="n">on</span> <span class="n">branch</span> <span class="n">default</span> <span class="ow">and</span> <span class="n">at</span> <span class="k">my</span><span class="o">-</span><span class="n">book</span>
-</pre></div>
-
-
-<p>Take a look at the <a href="/hg-prompt/documentation/keywords/">keywords</a> documentation to see all the keywords <code>hg-prompt</code> supports.</p>
-
-    
-      <p id="footer">
-        
-          hg-prompt &mdash;
-        
-        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
-      </p>
-    
-    </div> <!-- div#content -->
-  </body>
-</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hg-prompt/documentation/usage/index.html	Thu Nov 19 21:35:53 2009 -0500
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
+  <head>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+    
+    <title>
+      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" />
+  </head>
+  
+  <body>
+    <div id="content">
+
+      
+        <div id="breadcrumbs">
+          <p>
+              
+                
+                  <a href="/hg-prompt/">index</a> &#187;
+                
+              
+                
+                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                
+              
+                
+                  usage
+                
+              
+          </p>
+        </div> <!-- div#breadcrumbs -->
+      
+      
+      
+  <h1 id="usage">Usage</h1>
+<p>The <code>hg prompt</code> command takes a single string as an argument and outputs it.  Here's a simple (and useless) example:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;test&quot;</span>
+<span class="n">test</span>
+</pre></div>
+
+
+<p>Keywords in curly braces can be used to output repository information:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;currently on {branch}&quot;</span>
+<span class="n">currently</span> <span class="n">on</span> <span class="n">default</span>
+</pre></div>
+
+
+<p>Keywords also have an extended form:</p>
+<div class="codehilite"><pre><span class="p">{</span><span class="n">optional</span> <span class="n">text</span><span class="p">{</span><span class="n">branch</span><span class="p">}</span><span class="n">more</span> <span class="n">optional</span> <span class="n">text</span><span class="p">}</span>
+</pre></div>
+
+
+<p>This form will output the text and the expanded keyword <strong>only</strong> if the keyword successfully expands.  This can be useful for displaying extra text only if it's applicable:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;currently on {branch} and at {bookmark}&quot;</span>
+<span class="n">currently</span> <span class="n">on</span> <span class="n">branch</span> <span class="n">default</span> <span class="ow">and</span> <span class="n">at</span>
+
+<span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;currently on {branch} {and at {bookmark}}&quot;</span>
+<span class="n">currently</span> <span class="n">on</span> <span class="n">branch</span> <span class="n">default</span>
+
+<span class="nv">$</span> <span class="nv">hg</span> <span class="n">bookmark</span> <span class="k">my</span><span class="o">-</span><span class="n">book</span>
+
+<span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&quot;currently on {branch} {and at {bookmark}}&quot;</span>
+<span class="n">currently</span> <span class="n">on</span> <span class="n">branch</span> <span class="n">default</span> <span class="ow">and</span> <span class="n">at</span> <span class="k">my</span><span class="o">-</span><span class="n">book</span>
+</pre></div>
+
+
+<p>Take a look at the <a href="/hg-prompt/documentation/keywords/">keywords</a> documentation to see all the keywords <code>hg-prompt</code> supports.</p>
+
+    
+      <p id="footer">
+        
+          hg-prompt &mdash;
+        
+        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+      </p>
+    
+    </div> <!-- div#content -->
+  </body>
+</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hg-prompt/documentation/usage/list.html	Thu Nov 19 21:35:53 2009 -0500
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
+  <head>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+    
+    <title>
+      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" />
+  </head>
+  
+  <body>
+    <div id="content">
+
+      
+        <div id="breadcrumbs">
+          <p>
+              
+                
+                  <a href="/hg-prompt/">index</a> &#187;
+                
+              
+                
+                  <a href="/hg-prompt/documentation/">documentation</a> &#187;
+                
+              
+                
+                  <a href="/hg-prompt/documentation/usage/">usage</a> &#187;
+                
+              
+                
+                  <span class="list-crumb">list</span>
+                
+              
+          </p>
+        </div> <!-- div#breadcrumbs -->
+      
+      
+      
+  <h1><code>ls /documentation/usage</code></h1>
+
+  
+
+  
+
+  
+
+    
+      <p id="footer">
+        
+          hg-prompt &mdash;
+        
+        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+      </p>
+    
+    </div> <!-- div#content -->
+  </body>
+</html>
\ No newline at end of file
--- a/hg-prompt/installation.html	Thu Nov 19 21:35:21 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!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">
-  <head>
-    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-    
-    <title>
-      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" />
-  </head>
-  
-  <body>
-    <div id="content">
-
-      
-        <div id="breadcrumbs">
-          <p>
-              
-                
-                  <a href="/hg-prompt/">index</a> &#187;
-                
-              
-                
-                  installation
-                
-              
-          </p>
-        </div> <!-- div#breadcrumbs -->
-      
-      
-      
-  <h1 id="installation">Installation</h1>
-<p>Installing <code>hg-prompt</code> requires <a href="http://python.org/">Python</a> 2.5+ and (obviously) Mercurial.</p>
-<p>First, clone the repository:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">clone</span> <span class="n">http:</span><span class="sr">//</span><span class="n">bitbucket</span><span class="o">.</span><span class="n">org</span><span class="sr">/sjl/</span><span class="n">hg</span><span class="o">-</span><span class="n">prompt</span><span class="o">/</span>
-</pre></div>
-
-
-<p>Edit the <code>[extensions]</code> section in your <code>~/.hgrc</code> file:</p>
-<div class="codehilite"><pre><span class="k">[extensions]</span>
-<span class="na">prompt</span> <span class="o">=</span> <span class="s">(path to)/hg-prompt/prompt.py</span>
-</pre></div>
-
-
-<p>Make sure everything is working:</p>
-<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&#39;test&#39;</span>
-<span class="n">test</span>
-</pre></div>
-
-
-<p>Take a look at the <a href="/hg-prompt/quickstart/">Quick Start</a> guide to learn how to put some useful information into your shell prompt.</p>
-
-    
-      <p id="footer">
-        
-          hg-prompt &mdash;
-        
-        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
-      </p>
-    
-    </div> <!-- div#content -->
-  </body>
-</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hg-prompt/installation/index.html	Thu Nov 19 21:35:53 2009 -0500
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
+  <head>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+    
+    <title>
+      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" />
+  </head>
+  
+  <body>
+    <div id="content">
+
+      
+        <div id="breadcrumbs">
+          <p>
+              
+                
+                  <a href="/hg-prompt/">index</a> &#187;
+                
+              
+                
+                  installation
+                
+              
+          </p>
+        </div> <!-- div#breadcrumbs -->
+      
+      
+      
+  <h1 id="installation">Installation</h1>
+<p>Installing <code>hg-prompt</code> requires <a href="http://python.org/">Python</a> 2.5+ and (obviously) Mercurial.</p>
+<p>First, clone the repository:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">clone</span> <span class="n">http:</span><span class="sr">//</span><span class="n">bitbucket</span><span class="o">.</span><span class="n">org</span><span class="sr">/sjl/</span><span class="n">hg</span><span class="o">-</span><span class="n">prompt</span><span class="o">/</span>
+</pre></div>
+
+
+<p>Edit the <code>[extensions]</code> section in your <code>~/.hgrc</code> file:</p>
+<div class="codehilite"><pre><span class="k">[extensions]</span>
+<span class="na">prompt</span> <span class="o">=</span> <span class="s">(path to)/hg-prompt/prompt.py</span>
+</pre></div>
+
+
+<p>Make sure everything is working:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span class="nv">hg</span> <span class="n">prompt</span> <span class="s">&#39;test&#39;</span>
+<span class="n">test</span>
+</pre></div>
+
+
+<p>Take a look at the <a href="/hg-prompt/quickstart/">Quick Start</a> guide to learn how to put some useful information into your shell prompt.</p>
+
+    
+      <p id="footer">
+        
+          hg-prompt &mdash;
+        
+        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+      </p>
+    
+    </div> <!-- div#content -->
+  </body>
+</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hg-prompt/installation/list.html	Thu Nov 19 21:35:53 2009 -0500
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
+  <head>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+    
+    <title>
+      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" />
+  </head>
+  
+  <body>
+    <div id="content">
+
+      
+        <div id="breadcrumbs">
+          <p>
+              
+                
+                  <a href="/hg-prompt/">index</a> &#187;
+                
+              
+                
+                  <a href="/hg-prompt/installation/">installation</a> &#187;
+                
+              
+                
+                  <span class="list-crumb">list</span>
+                
+              
+          </p>
+        </div> <!-- div#breadcrumbs -->
+      
+      
+      
+  <h1><code>ls /installation</code></h1>
+
+  
+
+  
+
+  
+
+    
+      <p id="footer">
+        
+          hg-prompt &mdash;
+        
+        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+      </p>
+    
+    </div> <!-- div#content -->
+  </body>
+</html>
\ No newline at end of file
--- a/hg-prompt/quickstart.html	Thu Nov 19 21:35:21 2009 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,87 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!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">
-  <head>
-    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-    
-    <title>
-      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" />
-  </head>
-  
-  <body>
-    <div id="content">
-
-      
-        <div id="breadcrumbs">
-          <p>
-              
-                
-                  <a href="/hg-prompt/">index</a> &#187;
-                
-              
-                
-                  quickstart
-                
-              
-          </p>
-        </div> <!-- div#breadcrumbs -->
-      
-      
-      
-  <h1 id="quick-start">Quick Start</h1>
-<p>This guide will get you up and running so you can put some useful information into your shell prompt.</p>
-<p>If you haven't already <a href="/hg-prompt/installation/">installed</a> it, do that now.</p>
-<h2 id="a-simple-but-useful-prompt">A Simple (But Useful) Prompt</h2>
-<p>Edit your <code>~/.bashrc</code> file to include something like this:</p>
-<div class="codehilite"><pre><span class="n">hg_ps1</span><span class="p">()</span> <span class="p">{</span>
-    <span class="n">hg</span> <span class="n">prompt</span> <span class="s">&quot;{ on {branch}}{ at {bookmark}}{status}&quot;</span> <span class="mi">2</span><span class="o">&gt;</span> <span class="sr">/dev/</span><span class="n">null</span>
-<span class="p">}</span>
-
-<span class="n">export</span> <span class="n">PS1</span><span class="o">=</span><span class="s">&#39;\u at \h in \w$(hg_ps1)\n$ &#39;</span>
-</pre></div>
-
-
-<p><code>source ~/.bashrc</code> after to test it out.  Make sure you're in a Mercurial repository or you won't see anything.  This little prompt will give you something like this:</p>
-<div class="codehilite"><pre><span class="n">steve</span> <span class="n">at</span> <span class="n">myhost</span> <span class="n">in</span> <span class="o">~</span><span class="sr">/src/</span><span class="n">hg</span><span class="o">-</span><span class="n">prompt</span> <span class="n">on</span> <span class="n">default</span> <span class="n">at</span> <span class="n">feature</span><span class="o">-</span><span class="n">bookmark</span><span class="p">?</span>
-<span class="nv">$</span>
-</pre></div>
-
-
-<h2 id="an-advanced-prompt">An Advanced Prompt</h2>
-<p>How about something a little more interesting?</p>
-<div class="codehilite"><pre><span class="n">hg_ps1</span><span class="p">()</span> <span class="p">{</span>
-    <span class="n">hg</span> <span class="n">prompt</span> <span class="s">&quot;{[+{incoming|count}]--&gt;}{root|basename}{/{branch}}{--&gt;[+{outgoing|count}]}{ at {bookmark}}{status}&quot;</span> <span class="mi">2</span><span class="o">&gt;</span> <span class="sr">/dev/</span><span class="n">null</span>
-<span class="p">}</span>
-
-<span class="n">export</span> <span class="n">PS1</span><span class="o">=</span><span class="s">&#39;$(hg_ps1)\n\u at \h in \w\n$ &#39;</span>
-</pre></div>
-
-
-<p>And the result (this example assumes one incoming changeset and two outgoing):</p>
-<div class="codehilite"><pre><span class="p">[</span><span class="o">+</span><span class="mi">1</span><span class="p">]</span><span class="o">--&gt;</span><span class="n">hg</span><span class="o">-</span><span class="n">prompt</span><span class="o">/</span><span class="n">default</span><span class="o">--&gt;</span><span class="p">[</span><span class="o">+</span><span class="mi">2</span><span class="p">]</span> <span class="n">at</span> <span class="n">feature</span><span class="o">-</span><span class="n">bookmark</span>
-<span class="n">steve</span> <span class="n">at</span> <span class="n">myhost</span> <span class="n">in</span> <span class="o">~</span><span class="sr">/src/</span><span class="n">hg</span><span class="o">-</span><span class="n">prompt</span>
-<span class="nv">$</span>
-</pre></div>
-
-
-<h2 id="learn-more">Learn More</h2>
-<p>From here you can take a look at the <a href="/hg-prompt/documentation/">full documentation</a> to see all the interesting things <code>hg-prompt</code> can do.</p>
-
-    
-      <p id="footer">
-        
-          hg-prompt &mdash;
-        
-        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
-      </p>
-    
-    </div> <!-- div#content -->
-  </body>
-</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hg-prompt/quickstart/index.html	Thu Nov 19 21:35:53 2009 -0500
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
+  <head>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+    
+    <title>
+      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" />
+  </head>
+  
+  <body>
+    <div id="content">
+
+      
+        <div id="breadcrumbs">
+          <p>
+              
+                
+                  <a href="/hg-prompt/">index</a> &#187;
+                
+              
+                
+                  quickstart
+                
+              
+          </p>
+        </div> <!-- div#breadcrumbs -->
+      
+      
+      
+  <h1 id="quick-start">Quick Start</h1>
+<p>This guide will get you up and running so you can put some useful information into your shell prompt.</p>
+<p>If you haven't already <a href="/hg-prompt/installation/">installed</a> it, do that now.</p>
+<h2 id="a-simple-but-useful-prompt">A Simple (But Useful) Prompt</h2>
+<p>Edit your <code>~/.bashrc</code> file to include something like this:</p>
+<div class="codehilite"><pre><span class="n">hg_ps1</span><span class="p">()</span> <span class="p">{</span>
+    <span class="n">hg</span> <span class="n">prompt</span> <span class="s">&quot;{ on {branch}}{ at {bookmark}}{status}&quot;</span> <span class="mi">2</span><span class="o">&gt;</span> <span class="sr">/dev/</span><span class="n">null</span>
+<span class="p">}</span>
+
+<span class="n">export</span> <span class="n">PS1</span><span class="o">=</span><span class="s">&#39;\u at \h in \w$(hg_ps1)\n$ &#39;</span>
+</pre></div>
+
+
+<p><code>source ~/.bashrc</code> after to test it out.  Make sure you're in a Mercurial repository or you won't see anything.  This little prompt will give you something like this:</p>
+<div class="codehilite"><pre><span class="n">steve</span> <span class="n">at</span> <span class="n">myhost</span> <span class="n">in</span> <span class="o">~</span><span class="sr">/src/</span><span class="n">hg</span><span class="o">-</span><span class="n">prompt</span> <span class="n">on</span> <span class="n">default</span> <span class="n">at</span> <span class="n">feature</span><span class="o">-</span><span class="n">bookmark</span><span class="p">?</span>
+<span class="nv">$</span>
+</pre></div>
+
+
+<h2 id="an-advanced-prompt">An Advanced Prompt</h2>
+<p>How about something a little more interesting?</p>
+<div class="codehilite"><pre><span class="n">hg_ps1</span><span class="p">()</span> <span class="p">{</span>
+    <span class="n">hg</span> <span class="n">prompt</span> <span class="s">&quot;{[+{incoming|count}]--&gt;}{root|basename}{/{branch}}{--&gt;[+{outgoing|count}]}{ at {bookmark}}{status}&quot;</span> <span class="mi">2</span><span class="o">&gt;</span> <span class="sr">/dev/</span><span class="n">null</span>
+<span class="p">}</span>
+
+<span class="n">export</span> <span class="n">PS1</span><span class="o">=</span><span class="s">&#39;$(hg_ps1)\n\u at \h in \w\n$ &#39;</span>
+</pre></div>
+
+
+<p>And the result (this example assumes one incoming changeset and two outgoing):</p>
+<div class="codehilite"><pre><span class="p">[</span><span class="o">+</span><span class="mi">1</span><span class="p">]</span><span class="o">--&gt;</span><span class="n">hg</span><span class="o">-</span><span class="n">prompt</span><span class="o">/</span><span class="n">default</span><span class="o">--&gt;</span><span class="p">[</span><span class="o">+</span><span class="mi">2</span><span class="p">]</span> <span class="n">at</span> <span class="n">feature</span><span class="o">-</span><span class="n">bookmark</span>
+<span class="n">steve</span> <span class="n">at</span> <span class="n">myhost</span> <span class="n">in</span> <span class="o">~</span><span class="sr">/src/</span><span class="n">hg</span><span class="o">-</span><span class="n">prompt</span>
+<span class="nv">$</span>
+</pre></div>
+
+
+<h2 id="learn-more">Learn More</h2>
+<p>From here you can take a look at the <a href="/hg-prompt/documentation/">full documentation</a> to see all the interesting things <code>hg-prompt</code> can do.</p>
+
+    
+      <p id="footer">
+        
+          hg-prompt &mdash;
+        
+        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+      </p>
+    
+    </div> <!-- div#content -->
+  </body>
+</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hg-prompt/quickstart/list.html	Thu Nov 19 21:35:53 2009 -0500
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
+  <head>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+    
+    <title>
+      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" />
+  </head>
+  
+  <body>
+    <div id="content">
+
+      
+        <div id="breadcrumbs">
+          <p>
+              
+                
+                  <a href="/hg-prompt/">index</a> &#187;
+                
+              
+                
+                  <a href="/hg-prompt/quickstart/">quickstart</a> &#187;
+                
+              
+                
+                  <span class="list-crumb">list</span>
+                
+              
+          </p>
+        </div> <!-- div#breadcrumbs -->
+      
+      
+      
+  <h1><code>ls /quickstart</code></h1>
+
+  
+
+  
+
+  
+
+    
+      <p id="footer">
+        
+          hg-prompt &mdash;
+        
+        Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+      </p>
+    
+    </div> <!-- div#content -->
+  </body>
+</html>
\ No newline at end of file