Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2007-06-28 22:12:25
Size: 577
Editor: BrendanCully
Comment:
Revision 9 as of 2007-09-27 15:21:05
Size: 641
Comment: alias is not official yet
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 not distributed with Mercurial.''' '''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
Line 7: Line 10:
Download site: [http://hg.kublai.com/mercurial/extensions/alias]
Line 19: Line 21:
alias = /path/to/alias alias =
Line 21: Line 23:
[aliases] [alias]

Alias Extension

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

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)