Differences between revisions 1 and 2
Revision 1 as of 2007-06-28 22:12:00
Size: 576
Editor: BrendanCully
Comment: Alias extension
Revision 2 as of 2007-06-28 22:12:25
Size: 577
Editor: BrendanCully
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
For example, the configuration below gives you a new {{{llog}} command. For example, the configuration below gives you a new {{{llog}}} command.

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

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


CategoryExtension

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