--- a/hg-prompt/documentation/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/documentation/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,54 +8,81 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » Documentation
- </title>
- <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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../">index</a> »
-
-
-
- documentation
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ Documentation
+ </title>
+
+
+ <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" />
+
+
- <h1 id="documentation">Documentation</h1>
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../">index</a> »
+
+
+
+ documentation
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+ <h1 id="documentation">Documentation</h1>
<h2 id="usagedocumentationusage"><a href="usage/">Usage</a></h2>
<p>How the <code>hg prompt</code> command can be used.</p>
<h2 id="keywordsdocumentationkeywords"><a href="keywords/">Keywords</a></h2>
<p>Keywords available to use with the command.</p>
<h2 id="sample-promptsdocumentationsamples"><a href="samples/">Sample Prompts</a></h2>
<p>Some sample prompts to get you started.</p>
-
-
- <p id="footer">
+
- hg-prompt —
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/keywords/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/documentation/keywords/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,43 +8,65 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<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="../../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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../../">index</a> »
-
-
-
- <a href="../">documentation</a> »
-
-
-
- keywords
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ Keywords
+ </title>
+
+
+ <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" />
+
+
- <h1 id="keywords">Keywords</h1>
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../../">index</a> »
+
+
+
+ <a href="../">documentation</a> »
+
+
+
+ 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/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">
@@ -52,6 +74,7 @@
<li><a href="#keywords">Keywords</a><ul>
<li><a href="#bookmark">bookmark</a></li>
<li><a href="#branch">branch</a></li>
+<li><a href="#count">count</a></li>
<li><a href="#incoming">incoming</a></li>
<li><a href="#node">node</a></li>
<li><a href="#outgoing">outgoing</a></li>
@@ -82,6 +105,18 @@
</dl>
</dd>
</dl>
+<h2 id="count">count</h2>
+<dl>
+<dd>
+<p>Display the number of revisions in the given revset (the revset <code>all()</code>
+will be used if none is given.</p>
+<p>See <code>hg help revsets</code> for more information.</p>
+<dl>
+<dt>|REVSET</dt>
+<dd>The revset to count.</dd>
+</dl>
+</dd>
+</dl>
<h2 id="incoming">incoming</h2>
<dl>
<dd>
@@ -250,15 +285,20 @@
otherwise nothing. In effect, this lets you see if running <code>hg update</code>
would do something.</dd>
</dl>
-
-
- <p id="footer">
+
- hg-prompt —
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/keywords/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/documentation/keywords/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,46 +8,69 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<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="../../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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../../">index</a> »
-
-
-
- <a href="../">documentation</a> »
-
-
-
- <a href="./">keywords</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /documentation/keywords
+ </title>
+
+
+ <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 >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../../">index</a> »
+
+
+
+ <a href="../">documentation</a> »
+
+
+
+ <a href="./">keywords</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /documentation/keywords</code></h1>
@@ -56,14 +79,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/documentation/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,42 +8,65 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » ls /documentation
- </title>
- <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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../">index</a> »
-
-
-
- <a href="./">documentation</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /documentation
+ </title>
+
+
+ <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 >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../">index</a> »
+
+
+
+ <a href="./">documentation</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /documentation</code></h1>
@@ -82,14 +105,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/samples/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/documentation/samples/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,43 +8,65 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » Sample Prompts
- </title>
- <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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../../">index</a> »
-
-
-
- <a href="../">documentation</a> »
-
-
-
- samples
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ Sample Prompts
+ </title>
+
+
+ <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" />
+
+
- <h1 id="sample-prompts">Sample Prompts</h1>
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../../">index</a> »
+
+
+
+ <a href="../">documentation</a> »
+
+
+
+ samples
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+ <h1 id="sample-prompts">Sample Prompts</h1>
<p><code>hg-prompt</code> supports many keywords, but you probably don't want to use them
all at once. Which keywords you'll find useful depends on the workflow(s) you
commonly use.</p>
@@ -95,15 +117,20 @@
~/src/project[default] $ hg update 0
~/src/project[default^] $
</pre></div>
-
-
- <p id="footer">
+
- hg-prompt —
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/samples/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/documentation/samples/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,46 +8,69 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » ls /documentation/samples
- </title>
- <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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../../">index</a> »
-
-
-
- <a href="../">documentation</a> »
-
-
-
- <a href="./">samples</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /documentation/samples
+ </title>
+
+
+ <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 >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../../">index</a> »
+
+
+
+ <a href="../">documentation</a> »
+
+
+
+ <a href="./">samples</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /documentation/samples</code></h1>
@@ -56,14 +79,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/usage/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/documentation/usage/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,43 +8,65 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<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="../../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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../../">index</a> »
-
-
-
- <a href="../">documentation</a> »
-
-
-
- usage
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ Usage
+ </title>
+
+
+ <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" />
+
+
- <h1 id="usage">Usage</h1>
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../../">index</a> »
+
+
+
+ <a href="../">documentation</a> »
+
+
+
+ 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="gp">$</span> hg prompt <span class="s2">"test"</span>
@@ -93,15 +115,20 @@
<p>Take a look at the <a href="../keywords/">keywords</a> documentation to see all the keywords
<code>hg-prompt</code> supports.</p>
-
-
- <p id="footer">
+
- hg-prompt —
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/documentation/usage/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/documentation/usage/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,46 +8,69 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<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="../../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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../../">index</a> »
-
-
-
- <a href="../">documentation</a> »
-
-
-
- <a href="./">usage</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /documentation/usage
+ </title>
+
+
+ <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 >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../../">index</a> »
+
+
+
+ <a href="../">documentation</a> »
+
+
+
+ <a href="./">usage</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /documentation/usage</code></h1>
@@ -56,14 +79,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,35 +8,57 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » hg-prompt
- </title>
- <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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- index
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ hg-prompt
+ </title>
+
+
+ <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" />
+
+
- <h1 id="hg-prompt">hg-prompt</h1>
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ index
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+ <h1 id="hg-prompt">hg-prompt</h1>
<p><code>hg-prompt</code> is a Mercurial extension that adds an 'hg prompt' command to
Mercurial for viewing repository information. It's designed to be used in a
shell prompt.</p>
@@ -46,15 +68,20 @@
<h2 id="code"><a href="http://bitbucket.org/sjl">Code</a></h2>
<h2 id="screenshot">Screenshot</h2>
<p><img alt="My bash prompt while using hg-prompt." src="http://stevelosh.com/media/images/projects/hg-prompt/prompt.png" title="My bash prompt while using hg-prompt." /></p>
-
-
- <p id="footer">
+
- hg-prompt —
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/installation/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/installation/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,39 +8,61 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<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="../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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../">index</a> »
-
-
-
- installation
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ Installation
+ </title>
+
+
+ <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" />
+
+
- <h1 id="installation">Installation</h1>
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../">index</a> »
+
+
+
+ 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="gp">$</span> hg clone http://bitbucket.org/sjl/hg-prompt/
@@ -61,15 +83,20 @@
<p>Take a look at the <a href="../quickstart/">Quick Start</a> guide to learn how to put some useful
information into your shell prompt.</p>
-
-
- <p id="footer">
+
- hg-prompt —
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/installation/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/installation/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,42 +8,65 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<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="../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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../">index</a> »
-
-
-
- <a href="./">installation</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /installation
+ </title>
+
+
+ <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 >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../">index</a> »
+
+
+
+ <a href="./">installation</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /installation</code></h1>
@@ -52,14 +75,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,38 +8,61 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » ls /
- </title>
- <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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="./">index</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /
+ </title>
+
+
+ <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 >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="./">index</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /</code></h1>
@@ -86,14 +109,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/media/css/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/media/css/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,46 +8,69 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » ls /media/css
- </title>
- <link rel="stylesheet" type="text/css" href="reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="pygments.css" media="screen, projection" />
- </head>
-
- <body>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../../">index</a> »
-
-
-
- <a href="../">media</a> »
-
-
-
- <a href="./">css</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /media/css
+ </title>
+
+
+ <link rel="stylesheet" type="text/css" href="reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="pygments.css" media="screen, projection" />
+
+
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../../">index</a> »
+
+
+
+ <a href="../">media</a> »
+
+
+
+ <a href="./">css</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /media/css</code></h1>
@@ -98,14 +121,20 @@
</table>
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/media/css/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/media/css/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,46 +8,69 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » ls /media/css
- </title>
- <link rel="stylesheet" type="text/css" href="reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="pygments.css" media="screen, projection" />
- </head>
-
- <body>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../../">index</a> »
-
-
-
- <a href="../">media</a> »
-
-
-
- <a href="./">css</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /media/css
+ </title>
+
+
+ <link rel="stylesheet" type="text/css" href="reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="pygments.css" media="screen, projection" />
+
+
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../../">index</a> »
+
+
+
+ <a href="../">media</a> »
+
+
+
+ <a href="./">css</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /media/css</code></h1>
@@ -98,14 +121,20 @@
</table>
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/media/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/media/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,42 +8,65 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » ls /media
- </title>
- <link rel="stylesheet" type="text/css" href="css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="css/pygments.css" media="screen, projection" />
- </head>
-
- <body>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../">index</a> »
-
-
-
- <a href="./">media</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /media
+ </title>
+
+
+ <link rel="stylesheet" type="text/css" href="css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/pygments.css" media="screen, projection" />
+
+
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../">index</a> »
+
+
+
+ <a href="./">media</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /media</code></h1>
@@ -66,14 +89,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/media/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/media/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,42 +8,65 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
- <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
- <title>
- hg-prompt » ls /media
- </title>
- <link rel="stylesheet" type="text/css" href="css/reset.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="css/layout.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="css/typography.css" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="css/pygments.css" media="screen, projection" />
- </head>
-
- <body>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../">index</a> »
-
-
-
- <a href="./">media</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /media
+ </title>
+
+
+ <link rel="stylesheet" type="text/css" href="css/reset.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/layout.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/typography.css" media="screen, projection" />
+ <link rel="stylesheet" type="text/css" href="css/pygments.css" media="screen, projection" />
+
+
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../">index</a> »
+
+
+
+ <a href="./">media</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /media</code></h1>
@@ -66,14 +89,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/quickstart/index.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/quickstart/index.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,39 +8,61 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<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="../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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../">index</a> »
-
-
-
- quickstart
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ Quick Start
+ </title>
+
+
+ <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" />
+
+
- <h1 id="quick-start">Quick Start</h1>
+
+
+
+ </head>
+
+ <body >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../">index</a> »
+
+
+
+ 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="../installation/">installed</a> it, do that now.</p>
@@ -82,15 +104,20 @@
<h2 id="learn-more">Learn More</h2>
<p>From here you can take a look at the <a href="../documentation/">full documentation</a> to see all the
interesting things <code>hg-prompt</code> can do.</p>
-
-
- <p id="footer">
+
- hg-prompt —
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file
--- a/hg-prompt/quickstart/list.html Tue Jun 15 20:30:36 2010 -0400
+++ b/hg-prompt/quickstart/list.html Tue Jun 22 18:13:36 2010 -0400
@@ -8,42 +8,65 @@
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<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="../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>
- <div id="content">
-
+
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+
- <div id="breadcrumbs">
- <p>
-
-
- <a href="../">index</a> »
-
-
-
- <a href="./">quickstart</a> »
-
-
-
- <span class="list-crumb">list</span>
-
-
- </p>
- </div> <!-- div#breadcrumbs -->
+ <title>
+ hg-prompt »
+ ls /quickstart
+ </title>
+
+
+ <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 >
+
+
+
+
+
+ <div id="content">
+
+
+
+
+
+ <div id="breadcrumbs">
+ <p>
+
+
+ <a href="../">index</a> »
+
+
+
+ <a href="./">quickstart</a> »
+
+
+
+ <span class="list-crumb">list</span>
+
+
+ </p>
+ </div> <!-- div#breadcrumbs -->
+
+
+
+
<h1><code>ls /quickstart</code></h1>
@@ -52,14 +75,20 @@
-
- <p id="footer">
-
- hg-prompt —
+
- Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
- </p>
+ <p id="footer">
+
+ hg-prompt —
+
+ Powered by <a href="http://bitbucket.org/zacharyvoase/markdoc">Markdoc</a>.
+ </p>
+
+ </div> <!-- div#content -->
- </div> <!-- div#content -->
+
+
+
+
</body>
</html>
\ No newline at end of file