Mercurial > vim-lawrencium
comparison doc/lawrencium.txt @ 20:01932a36df03
Updated documentation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 13 Dec 2011 17:35:50 -0800 |
parents | 298261c939b3 |
children | 3a0f7bb6ea64 |
comparison
equal
deleted
inserted
replaced
19:7543d240232c | 20:01932a36df03 |
---|---|
32 | 32 |
33 *:Hg* | 33 *:Hg* |
34 :Hg {args} Run an arbitrary Mercurial command. Similar to :!hg | 34 :Hg {args} Run an arbitrary Mercurial command. Similar to :!hg |
35 [args] but the '--repository' is automatically | 35 [args] but the '--repository' is automatically |
36 specified with the root of the repository the current | 36 specified with the root of the repository the current |
37 file belongs to. | 37 file belongs to, and it will auto-complete any |
38 standard command or option. | |
38 | 39 |
39 *:Hg!* | 40 *:Hg!* |
40 :Hg! {args} Like |:Hg|, but the output of the command is placed in | 41 :Hg! {args} Like |:Hg|, but the output of the command is placed in |
41 a temp file and edited in the |preview-window|. | 42 a temp file and edited in the |preview-window|. |
42 | 43 |
57 |preview-window|. | 58 |preview-window|. |
58 You can navigate to the next/previous file with <C-N> | 59 You can navigate to the next/previous file with <C-N> |
59 and <C-P>, open a file with <cr>, diff the local file | 60 and <C-P>, open a file with <cr>, diff the local file |
60 with the parent revision with <C-D> and <C-V>, | 61 with the parent revision with <C-D> and <C-V>, |
61 depending on whether you want a horizontal or vertical | 62 depending on whether you want a horizontal or vertical |
62 split window. | 63 split window, add an untracked file with <C-A>, and |
64 refresh the window with <C-R>. | |
63 | 65 |
64 *:Hgdiff* | 66 *:Hgdiff* |
65 :Hgdiff Diffs the current file against its parent revision. | 67 :Hgdiff Diffs the current file against its parent revision. |
66 | 68 |
67 *:Hgdiff_f* | 69 *:Hgdiff_f* |