Mercurial > vim-lawrencium
diff doc/lawrencium.txt @ 66:75e9d909758a
`Hglog` changes:
- `Hglog` now list the history for the whole repository.
- `Hglogthis` lists the history for the current file.
Fixed a bug with displaying diff summaries.
Updated documentation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 25 Nov 2012 20:00:34 -0800 |
parents | 02a1be804fe8 |
children | 16e873b2a4a8 |
line wrap: on
line diff
--- a/doc/lawrencium.txt Sat Nov 24 08:50:30 2012 -0800 +++ b/doc/lawrencium.txt Sun Nov 25 20:00:34 2012 -0800 @@ -154,20 +154,18 @@ *:Hglog* :Hglog - Opens the history (log) for the currently edited file - in a split window. Some extra-commands, along with + Opens the history (log) for the current repository + in the |preview-window|. Some extra-commands, along with some default mappings, are available in this window. See |lawrencium-log-window|. *:Hglog_f* :Hglog {file} Same as |:Hglog|, but opens the log for the specified - file instead of the currently edited file. + file or direcotry instead of the whole repository. - *:Hgrepolog* -:Hgrepolog Opens the history (log) for the whole repository in a - split window. Some extra-commands, along with some - default mappings, are available in this window. - See |lawrencium-log-window|. + *:Hglogthis* +:Hglogthis Same as |:Hglog| but opens the history (log) for the + currently edited file instead of the whole repository. *:Hgannotate* :Hgannotate Splits the current window to show annotations in the @@ -275,7 +273,10 @@ :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>|. + This is only valid if the logged path maps to a file + (i.e. not a directory, and not the whole repository as + with |:Hglog|). + Mapped to |<C-E>|. *:Hglogdiff* :Hglogdiff Looks at the revision specified on the current line, @@ -284,7 +285,7 @@ opens that diff in the previous window. It doesn't do anything if the cursor is on the last line. - Mapped to |<C-D>|. + Mapped to |<CR>|. *:Hglogdiff_r* :Hglogdiff {rev} Same as |:Hglogdiff|, but opens a diff between the