Differences between revisions 2 and 3
Revision 2 as of 2007-06-28 22:12:25
Size: 577
Editor: BrendanCully
Comment:
Revision 3 as of 2007-06-28 23:03:19
Size: 575
Editor: BrendanCully
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
[aliases] [alias]

Extension Name

This extension is not distributed with Mercurial.

Author: Brendan Cully

Download site: [http://hg.kublai.com/mercurial/extensions/alias]

1. Overview

Just enable the extension, then define your own command aliases in your hgrc. For example, the configuration below gives you a new llog command.

2. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
alias = /path/to/alias

[alias]
# short log
llog = log --limit 10


CategoryExtension

AliasExtension (last edited 2013-08-08 00:05:19 by rcl)