Size: 508
Comment: alias is now bundled with Mercurial
|
Size: 490
Comment: fix config
|
Deletions are marked like this. | Additions are marked like this. |
Line 18: | 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