HG Style Template
2011 January 11
The hg red-bean guide has examples to customize the output of Mecurial. It’s easy to create your own.
Here’s one of mine …
# This template prints the files included in each changeset. changeset = "{node|short}: {desc}\n{files}\n" file = " {file}\n"
Which formats the output like this …
e9f2c463e105: increment version for push
setup.py
98c2272ab7ff: apparently sdist was broken.
repair MANIFEST to include ez_setup properly
MANIFEST
MANIFEST.in
setup.py
By the way, the template should be saved in
%ProgramFiles(x86)%\TortoiseHg\templatesfor 64 bit systems or%ProgramFiles%\TortoiseHg\templatesfor 32 bit systems.That’s assuming you use Tortoise on Windows. I have not tested other operating systems.