Skip to content

Instantly share code, notes, and snippets.

@kzar
Last active November 17, 2015 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kzar/6c87ecb95fd37de1407a to your computer and use it in GitHub Desktop.
Save kzar/6c87ecb95fd37de1407a to your computer and use it in GitHub Desktop.
Output Trac friendly list of revisions using `hg log`
# 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