Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 569 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 569 Bytes

Readme

Thermometer is a vim plugin for mercurial users.

Available commands are:

  • Hgst to open a quickfix window with changes to the repository
  • Hgstreload to reset status data used in statusline function
  • Hgdiff to diff the current buffer with its last version on the repository, or with a particular revision if a revision number is provided
  • Hgdiffoff to diffoff the current diff
  • Hglog to show the repository's log, can receive an optional parameter to limit the number of revisions shown

Also there is g:HgStatusForFile() to be used in statuslines