Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2009-02-17 08:15:46
Size: 848
Editor: ArneBab
Comment: Exntension with a capital E in the title :)
Revision 6 as of 2012-02-15 22:09:28
Size: 850
Editor: ks3095497
Comment: Download location is a repository.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://bitbucket.org/ArneBab/hello Repository: http://bitbucket.org/ArneBab/hello
Line 33: Line 33:

Line 36: Line 34:
CategoryExtension CategoryExtensionsByOthers

Hello World Extension

This extension is not distributed with Mercurial.

Author: Arne Babenhauserheide (ArneBab)

Repository: http://bitbucket.org/ArneBab/hello

Overview

A Mercurial Hello World extension. It allows you to call a friendly "Hello Mercurial!".

Configuration

Enable the extension by adding following lines to your configuration file (~/.hgrc or <repo>/.hg/hgrc):

[extensions]
hello=/path/to/hello.py

Usage

The Hello World extension provides the hello command to call a friendly "Hello Mercurial!".

hg hello

You can use the hello command as follows:

hg hello [-n <name>]

where the additional options are:

-n

--name

the name to use for greeting (Default: Mercurial)


CategoryExtensionsByOthers

HelloExtension (last edited 2012-02-15 22:09:28 by ks3095497)