Add command to quickly get the revision that last touched a line.
Only check status of modified files before annotate

This prevents being led astray by errors that are unrelated to what we're trying to do.
e52c62ac52fc — Zach Wilson 3 years ago
Fixed a couple issues with README
Add support for %-paths in commands auto-completion
Fix missing `endif`.
Correctly reset HGPLAIN after use.

Based on 0jrp0's comments (github issue #20).
Improve support for moved files in diff commands.

Now we only check for moved files if we get an empty diff/cat output from
the normal codepath. We also do that for both sides of a diff, and for
the diff-summary commands.
5e72afea669c — Shane Harper 5 years ago
Fix :Hgvdiff with a file that is a copy.

Previously,
    :Hg rename old new
    :" (A rename is a copy and a deletion of the file with the old name.)
    :edit new
    :Hgvdiff
    " "new: no such file in rev NNNN" was displayed in the window to the right of the new vertical split.

Now :Hgvdiff diffs new with old from the head revision.
fb65725f2872 — Shane Harper 5 years ago
Use winsaveview() and winrestview() to save a few lines of code.
Use `HGPLAIN` for lawrencium buffers too.
Add `lawrencium_status_win_maxheight` setting.
Add options completion for `Hglog` and `Hglogthis`.
4aedee2ce476 — Johan Norberg 6 years ago
Allow passing extra arguments to Hglogthis and Hgvlogthis

* This allows for example :Hglogthis --follow and :Hglogthis -l 5
Add `:Hgchangestatus` to show the status of any changeset.
Only set `v:errmsg` for real errors, not exceptions.
Fixed for broken things after the reorganization.
Split plugin file into multiple extensions.
Merge pull request #11 from GitHub.
Next