Mercurial > vim-lawrencium
comparison doc/lawrencium.txt @ 6:1da613c13d81
Better hg-status window.
Better debug/tracing.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 09 Dec 2011 17:12:13 -0800 |
parents | 0a5b490dc35d |
children | 298261c939b3 |
comparison
equal
deleted
inserted
replaced
5:3a4f9f41a7e2 | 6:1da613c13d81 |
---|---|
13 COMMANDS *lawrencium-commands* | 13 COMMANDS *lawrencium-commands* |
14 | 14 |
15 All commands defined by |lawrencium| are local to each buffer. | 15 All commands defined by |lawrencium| are local to each buffer. |
16 | 16 |
17 *lawrencium-:Hg* | 17 *lawrencium-:Hg* |
18 :Hg [args] Run an arbitrary Mercurial command. Similar to :!hg | 18 :Hg {args} Run an arbitrary Mercurial command. Similar to :!hg |
19 [args] but the '--repository' is automatically | 19 [args] but the '--repository' is automatically |
20 specified with the root of the repository the current | 20 specified with the root of the repository the current |
21 file belongs to. | 21 file belongs to. |
22 | 22 |
23 *lawrencium-:Hg!* | 23 *lawrencium-:Hg!* |
24 :Hg! [args] Like |:Hg|, but the output of the command is placed in | 24 :Hg! {args} Like |:Hg|, but the output of the command is placed in |
25 a temp file and edited in the |preview-window|. | 25 a temp file and edited in the |preview-window|. |
26 | 26 |
27 *lawrencium-:Hgcd* | 27 *lawrencium-:Hgcd* |
28 :Hgcd [directory] |:cd| relative to the root of the repository. | 28 :Hgcd[!] {path} |:cd| relative to the root of the repository. |
29 | 29 |
30 *lawrencium-:Hglcd* | 30 *lawrencium-:Hglcd* |
31 :Hglcd [directory] |:lcd| relative to the root of the repository. | 31 :Hglcd[!] {path} |:lcd| relative to the root of the repository. |
32 | |
33 *lawrencium-:Hgedit* | |
34 :Hgedit {file} |:edit| {file} relative to the root of the repository. | |
35 | |
36 *lawrencium-:Hgedit!* | |
37 :Hgedit! {file} |:edit!| {file} relative to the root of the repository. | |
32 | 38 |
33 *lawrencium-:Hgstatus* | 39 *lawrencium-:Hgstatus* |
34 :Hgstatus Shows the output of 'hg status' in the | 40 :Hgstatus Shows the output of 'hg status' in the |
35 |preview-window|. | 41 |preview-window|. |
42 You can navigate to the next/previous file with "n"/"p". | |
36 | 43 |
37 | 44 |
38 ABOUT *lawrencium-about* | 45 ABOUT *lawrencium-about* |
39 | 46 |
40 Grab the latest version or report a bug on BitBucket: | 47 Grab the latest version or report a bug on BitBucket: |