Last active
November 17, 2015 18:21
-
-
Save kzar/6c87ecb95fd37de1407a to your computer and use it in GitHub Desktop.
Output Trac friendly list of revisions using `hg log`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Usage hg trac-log -r revision:range | |
[alias] | |
trac-log = log -b default --template="[https://hg.adblockplus.org/{'$PWD'|basename}/rev/{node} {firstline(desc)}]\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment