docs/wiki/installation/index.mdown @ 0850e9a3c68b

Tear out incoming/outgoing functionality

This stuff is the most brittle part of hg-prompt, and I never use it.
I don't have the will to maintain it as Mercurial constantly breaks
backwards compatibility in their plugin API.  At this point I regret
ever writing a Mercurial extension.  I'm sick of the Hamster Wheel
of Backwards Incompatibility eating an hour of my life every time I
stupidly decide to upgrade my software.
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Feb 2019 15:52:28 -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/