Differences between revisions 9 and 10
Revision 9 as of 2007-09-27 15:21:05
Size: 641
Comment: alias is not official yet
Revision 10 as of 2007-10-25 13:56:58
Size: 513
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''This extension is not distributed with Mercurial yet''', but is already available in development repositories (see DeveloperRepos)

Download site: http://hg.kublai.com/mercurial/extensions/alias
'''This extension is currently being distributed along with Mercurial.'''

Alias Extension

This extension is currently being distributed along 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)