Differences between revisions 7 and 10 (spanning 3 versions)
Revision 7 as of 2007-09-21 06:25:38
Size: 490
Editor: gate-zmy1
Comment: fix config
Revision 10 as of 2007-10-25 13:56:58
Size: 513
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Extension Name == == Alias Extension ==
Line 3: Line 3:
'''This extension is distributed with Mercurial.''' '''This extension is currently being distributed along with Mercurial.'''

Alias Extension

This extension is currently being distributed along with Mercurial.

Author: Brendan Cully

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.

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)