Fixed hg help screen for prompt
hg help would report "(no help text available)" for the prompt plugin
because the package comment was located after the future import. This
patch fixes that problem by relocating the future import to after the
package comment.
author |
Chris Mansley <chris.mansley@us.bosch.com> |
date |
Fri, 20 Jan 2012 10:17:56 -0800 |
parents |
23412ff8b98e |
children |
(none) |
hg-prompt
=========
`hg-prompt` 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.
[Installation][]
----------------
[Quick Start][]
---------------
[Full Documentation][]
----------------------
[Code][]
--------
[Installation]: /installation/
[Quick Start]: /quickstart/
[Full Documentation]: /documentation/
[Code]: http://bitbucket.org/sjl
Screenshot
----------
![My bash prompt while using hg-prompt.](http://stevelosh.com/media/images/projects/hg-prompt/prompt.png "My bash prompt while using hg-prompt.")