Size: 641
Comment: alias is not official yet
|
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