Skip to content

Sublime Text plugin "hg_commit_msg plugin": shows the hg commit history for one or more lines of code.

License

Notifications You must be signed in to change notification settings

tylorr/HgCommitMsg

Repository files navigation

Sublime Text plugin: HgCommitMsg

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"

Usage

  • Supports Sublime Text 2 & Sublime Text 3
  • Mac: Default keybinding is Command+Shift+m
  • Linux: Default keybinding is Alt+Shift+m
  • Assumes hg is installed and in the $PATH

About

Sublime Text plugin "hg_commit_msg plugin": shows the hg commit history for one or more lines of code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published