docs/wiki/index.mdown @ e90cf5cad060

Use @cmdutil.command decorator to define command table.

It's been available for 5 years (since Mercurial 1.9), and Mercurial 3.8
deprecates the use of hand-built command tables as of 38dc3f28f478.
author Kevin Bullock <kbullock@ringworld.org>
date Wed, 20 Apr 2016 10:15:36 -0500
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.")