docs/wiki/installation/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 | 0b2242d65b92 |
| children | (none) |
Installation ============ Installing `hg-prompt` requires [Python][] 2.5+ and (obviously) Mercurial. [Python]: http://python.org/ First, clone the repository: :::console $ hg clone http://bitbucket.org/sjl/hg-prompt/ Edit the `[extensions]` section in your `~/.hgrc` file: :::cfg [extensions] prompt = (path to)/prompt.py Make sure everything is working: :::console $ hg prompt 'test' test Take a look at the [Quick Start][] guide to learn how to put some useful information into your shell prompt. [Quick Start]: /quickstart/