Thermometer is a vim plugin for mercurial users.
Available commands are:
Hgstatusto open a quickfix window with changes to the repositoryHgresetto reset status & rev dataHgdiffto diff the current buffer with its last version on the repository, or with a particular revision if a revision number is provided. Hgdiffoff will close the diff and return to normal mode.Hglogto show a file's log, or, if no file is being edited, the full log. Can receive an optional parameter to limit the number of commits shown.Hgblameto show blame information for each line.Hgsummaryto show a summary of the working dir
The plugin also provides functions to be used in statuslines, e.g. in your vimrc:
set statusline+=%{g:HgStatusLine()}
For more information take a look at the documentation.