Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2007-07-04 20:05:36
Size: 578
Editor: BrendanCully
Comment:
Revision 7 as of 2007-09-21 06:25:38
Size: 490
Editor: gate-zmy1
Comment: fix config
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''This extension is not distributed with Mercurial.''' '''This extension is distributed with Mercurial.'''
Line 7: Line 7:
Download site: [http://hg.kublai.com/mercurial/extensions/alias]
Line 19: Line 18:
alias = /path/to/alias.py alias =

Extension Name

This extension is distributed with Mercurial.

Author: Brendan Cully

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 =

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


CategoryExtension

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