GitXplorerGitXplorer
d

thermometer

public
4 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
43633b46b92c1fbbe112b86eaa5a836f8587d1c6

fix bug

ddgsuarez committed 12 years ago
Unverified
32c0d971c9d26ce608fafddfffe58ec93aad19d2

update doc & readme

ddgsuarez committed 12 years ago
Unverified
f9efa1501a7816551fa41e90727b952a404f0399

refactor status function name

ddgsuarez committed 12 years ago
Unverified
4b3fda33e1b723a69e814d8d0adc0058fc04a945

buffer name for split command window

ddgsuarez committed 12 years ago
Unverified
7f503ae818dc5dc6b4ac36d8ef8735d444f997b6

add summary command

ddgsuarez committed 12 years ago
Unverified
958a9fe471de95dacddcdc5a6b0d1960c3b95b32

fix statusline for non-mercurial directories

ddgsuarez committed 12 years ago

README

The README file for this repository.

Readme

Thermometer is a vim plugin for mercurial users.

Available commands are:

  • Hgstatus to open a quickfix window with changes to the repository
  • Hgreset to reset status & rev data
  • 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 will close the diff and return to normal mode.
  • Hglog to 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.
  • Hgblame to show blame information for each line.
  • Hgsummary to 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.