# HG changeset patch # User Steve Losh # Date 1258684431 18000 # Node ID 564bb9e02ce72fad314b87576ef7ab8a9e13cea1 # Parent 0e166db7104e2407e6ffee769af1d44a51904ff1 hg-prompt: Update documentation. diff -r 0e166db7104e -r 564bb9e02ce7 hg-prompt/documentation/index.html --- a/hg-prompt/documentation/index.html Thu Nov 19 21:29:45 2009 -0500 +++ b/hg-prompt/documentation/index.html Thu Nov 19 21:33:51 2009 -0500 @@ -36,9 +36,9 @@

Documentation

-

Usage

+

Usage

How the hg prompt command can be used.

-

Keywords

+

Keywords

Keywords available to use with the command.

diff -r 0e166db7104e -r 564bb9e02ce7 hg-prompt/documentation/usage.html --- a/hg-prompt/documentation/usage.html Thu Nov 19 21:29:45 2009 -0500 +++ b/hg-prompt/documentation/usage.html Thu Nov 19 21:33:51 2009 -0500 @@ -70,6 +70,9 @@ currently on branch default and at my-book + +

Take a look at the keywords documentation to see all the keywords hg-prompt supports.

+

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

+

Installation

+

Quick Start

+

Full Documentation

Screenshot

My bash prompt while using hg-prompt.

diff -r 0e166db7104e -r 564bb9e02ce7 hg-prompt/installation.html --- a/hg-prompt/installation.html Thu Nov 19 21:29:45 2009 -0500 +++ b/hg-prompt/installation.html Thu Nov 19 21:33:51 2009 -0500 @@ -54,7 +54,7 @@ -

Take a look at the Quick Start guide to learn how to put some useful information into your shell prompt.

+

Take a look at the Quick Start guide to learn how to put some useful information into your shell prompt.

Quick Start

This guide will get you up and running so you can put some useful information into your shell prompt.

-

If you haven't already installed it, do that now.

+

If you haven't already installed it, do that now.

A Simple (But Useful) Prompt

Edit your ~/.bashrc file to include something like this:

hg_ps1() {
@@ -72,7 +72,7 @@
 
 
 

Learn More

-

From here you can take a look at the full documentation to see all the interesting things hg-prompt can do.

+

From here you can take a look at the full documentation to see all the interesting things hg-prompt can do.