Mercurial > vim-lawrencium
diff doc/lawrencium.txt @ 49:dffb41c2067c
Lawrencium files changes:
- Using double-slashes everywhere for Lawrencium paths.
- Added an `action=value` standard, to allow for other things than revisions.
- Added support for `diff` action.
Added support for showing diffs in `Hglog` window.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 08 Nov 2012 23:05:44 -0800 |
parents | 85e39bdd7089 |
children | 671f5e18b515 |
line wrap: on
line diff
--- a/doc/lawrencium.txt Thu Nov 08 13:58:29 2012 -0800 +++ b/doc/lawrencium.txt Thu Nov 08 23:05:44 2012 -0800 @@ -214,7 +214,25 @@ :Hglogrevedit Looks at the revision specified on the current line, and opens that revision for edit in the previous window (although as a read-only buffer). - Mapped to |<CR>| + Mapped to |<CR>|. + + *:Hglogdiff* +:Hglogdiff Looks at the revision specified on the current line, + and runs an `hg diff` between that revision and the + previously listed revision (in the line below). It + opens that diff in the previous window. + It doesn't do anything if the cursor is on the last + line. + Mapped to |<C-D>|. + + *:Hglogdiff_r* +:Hglogdiff {rev} Same as |:Hglogdiff|, but opens a diff between the + specified revision and the working directory. + + *:Hglogdiff_r_r* +:Hglogdiff {rev1} {rev2} + Same as |:Hglogdiff|, but opens a diff between the + two specified revisions. *lawrencium-log-mappings* A few other mappings are available in the log window: