Basic port of GitCommitMsg to Mercurial, only tested on OSX
Shows the hg commit history for one or more lines of code.
Essentially it performs a hg annotate on the selected line(s) of code,
and then performs a hg log on the resulting commit(s).
Inspired by "Every line of code is always documented"
- Supports Sublime Text 2 & Sublime Text 3
- Mac: Default keybinding is Command+Shift+m
- Linux: Default keybinding is Alt+Shift+m
- Assumes
hgis installed and in the$PATH