Mercurial > vim-lawrencium
annotate doc/lawrencium.txt @ 63:02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 23 Nov 2012 14:18:59 -0800 |
parents | 137d5c895659 |
children | 75e9d909758a |
rev | line source |
---|---|
0 | 1 *lawrencium.txt* Mercurial wrapper for VIM |
2 | |
13 | 3 |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
4 LLLLLLLLLLL ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
5 L:::::::::L ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
6 L:::::::::L ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
7 LL:::::::LL ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
8 L:::::L rrrrr rrrrrrrrr ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
9 L:::::L r::::rrr:::::::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
10 L:::::L r:::::::::::::::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
11 L:::::L rr::::::rrrrr::::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
12 L:::::L r:::::r r:::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
13 L:::::L r:::::r rrrrrrr ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
14 L:::::L r:::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
15 L:::::L LLLLLLr:::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
16 LL:::::::LLLLLLLLL:::::Lr:::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
17 L::::::::::::::::::::::Lr:::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
18 L::::::::::::::::::::::Lr:::::r ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
19 LLLLLLLLLLLLLLLLLLLLLLLLrrrrrrr ~ |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
20 |
13 | 21 LAWRENCIUM REFERENCE MANUAL |
22 by Ludovic Chabant | |
23 | |
24 | |
25 *lawrencium* | |
0 | 26 |
13 | 27 1. Introduction |lawrencium-intro| |
28 2. Commands |lawrencium-commands| | |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
29 3. Status Window |lawrencium-status-window| |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
30 4. Log Window |lawrencium-log-window| |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
31 5. Annotate Window |lawrencium-annotate-window| |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
32 6. Global Settings |lawrencium-global-settings| |
0 | 33 |
13 | 34 |
35 ============================================================================= | |
36 1. Introduction *lawrencium-intro* | |
0 | 37 |
38 When a file from a Mercurial repository is open in a buffer, that buffer gets | |
39 new commands defined. | |
40 | |
13 | 41 This plugin is only available if 'compatible' is not set. |
42 | |
43 Grab the latest version or report a bug on BitBucket: | |
44 | |
45 http://bitbucket.org/ludovicchabant/vim-lawrencium | |
46 | |
47 | |
48 | |
49 ============================================================================= | |
50 2. Commands *lawrencium-commands* | |
0 | 51 |
52 All commands defined by |lawrencium| are local to each buffer. | |
53 | |
13 | 54 *:Hg* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
55 :Hg {args} Run an arbitrary Mercurial command. Similar to :!hg |
0 | 56 [args] but the '--repository' is automatically |
57 specified with the root of the repository the current | |
20
01932a36df03
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
13
diff
changeset
|
58 file belongs to, and it will auto-complete any |
01932a36df03
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
13
diff
changeset
|
59 standard command or option. |
43
fc20a265551d
Added auto cd'ing into the repo root for `:Hg`.
Ludovic Chabant <ludovic@chabant.com>
parents:
40
diff
changeset
|
60 |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
61 Also, unless the |lawrencium_auto_cd| global is set to |
43
fc20a265551d
Added auto cd'ing into the repo root for `:Hg`.
Ludovic Chabant <ludovic@chabant.com>
parents:
40
diff
changeset
|
62 `0`, it will temporarily set the current directory to be |
fc20a265551d
Added auto cd'ing into the repo root for `:Hg`.
Ludovic Chabant <ludovic@chabant.com>
parents:
40
diff
changeset
|
63 the root of the repository so that auto-completed |
fc20a265551d
Added auto cd'ing into the repo root for `:Hg`.
Ludovic Chabant <ludovic@chabant.com>
parents:
40
diff
changeset
|
64 filenames work out of the box. |
0 | 65 |
13 | 66 *:Hg!* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
67 :Hg! {args} Like |:Hg|, but the output of the command is placed in |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
68 a temp file and edited in a split window. |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
69 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
70 Once the output is open in a buffer, Lawrencium will |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
71 try to set the file type according to the Mercurial |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
72 command that was run. See |lawrencium_hg_commands_file_types|. |
0 | 73 |
13 | 74 *:Hgcd* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
75 :Hgcd[!] {path} |:cd| relative to the root of the repository. |
0 | 76 |
13 | 77 *:Hglcd* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
78 :Hglcd[!] {path} |:lcd| relative to the root of the repository. |
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
79 |
13 | 80 *:Hgedit* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
81 :Hgedit {file} |:edit| {file} relative to the root of the repository. |
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
82 |
13 | 83 *:Hgedit!* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
84 :Hgedit! {file} |:edit!| {file} relative to the root of the repository. |
0 | 85 |
13 | 86 *:Hgstatus* |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
87 :Hgstatus Shows the output of 'hg status' in a split window. |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
88 Some extra-commands, along with some default mappings, |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
89 are available in this window. See |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
90 |lawrencium-status-window|. |
13 | 91 |
92 *:Hgdiff* | |
93 :Hgdiff Diffs the current file against its parent revision. | |
51
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
94 This splits the current window to show both the |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
95 current file and the parent revision file, using Vim's |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
96 |diff| abilities. |
13 | 97 |
98 *:Hgdiff_f* | |
51
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
99 :Hgdiff {revspec} Same as |:Hgdiff| but shows a diff of the current file |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
100 with the specified revision. Any revision number, hash |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
101 or spec that can be passed to `hg cat` is valid. |
13 | 102 |
103 *:Hgvdiff* | |
51
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
104 :Hgvdiff Same as |:Hgdiff| but uses a vertical split instead of |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
105 a horizontal split. |
13 | 106 |
107 *:Hgvdiff_f* | |
108 :Hgvdiff {revspec} Same as |:Hgdiff_f| but uses a vertical split. | |
109 | |
51
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
110 *:Hgdiffsum* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
111 :Hgdiffsum Shows the "diff summary" (the output of `hg diff`) |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
112 of the current file against its parent revision. |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
113 |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
114 *:Hgdiffsum_f* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
115 :Hgdiffsum {revspec} Same as |:Hgdiffsum| but shows a "diff summary" of the |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
116 current file with the specified revision. Any revision |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
117 number, hash or spec that can be passed to `hg diff` |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
118 is valid. |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
119 |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
120 *:Hgdiffsumsplit* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
121 *:Hgdiffsumsplit_f* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
122 :Hgdiffsumsplit |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
123 :Hgdiffsumsplit {revspec} |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
124 Same as |:Hgdiffsum| and |:Hgdiffsum_f| respectively, |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
125 but opens the diff summary in a split window instead |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
126 of the current window. |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
127 |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
128 *:Hgvdiffsumsplit* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
129 *:Hgvdiffsumsplit_f* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
130 :Hgvdiffsumsplit |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
131 :Hgvdiffsumsplit {revspec} |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
132 Same as |:Hgdiffsumsplit| and |:Hgdiffsumsplit_f| |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
133 respectively, but uses a vertical split window instead |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
134 of a horizontal split window. |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
135 |
13 | 136 *:Hgcommit* |
137 :Hgcommit Opens a new window to edit a commit message into a | |
138 temporary file and, upon quitting the buffer, if that | |
139 file has been written to, commit the current changes | |
140 to the repository. | |
141 | |
142 *:Hgvcommit* | |
143 :Hgvcommit Same as |:Hgcommit| but uses a vertical split to edit | |
144 the commit message. | |
0 | 145 |
38
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
146 :Hgrevert {files} *:Hgrevert* |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
147 Reverts the given files (in repo-relative paths). If no |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
148 file are given, reverts the current file. |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
149 |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
150 :Hgrevert! {files} *:Hgrevert!* |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
151 Same as |:Hgrevert| but with the --no-backup option |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
152 given to prevent a .orig backup file from being |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
153 created. |
0 | 154 |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
155 *:Hglog* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
156 :Hglog |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
157 Opens the history (log) for the currently edited file |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
158 in a split window. Some extra-commands, along with |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
159 some default mappings, are available in this window. |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
160 See |lawrencium-log-window|. |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
161 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
162 *:Hglog_f* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
163 :Hglog {file} Same as |:Hglog|, but opens the log for the specified |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
164 file instead of the currently edited file. |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
165 |
56
2b3fb72d5471
Updated the documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
51
diff
changeset
|
166 *:Hgrepolog* |
2b3fb72d5471
Updated the documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
51
diff
changeset
|
167 :Hgrepolog Opens the history (log) for the whole repository in a |
2b3fb72d5471
Updated the documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
51
diff
changeset
|
168 split window. Some extra-commands, along with some |
2b3fb72d5471
Updated the documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
51
diff
changeset
|
169 default mappings, are available in this window. |
2b3fb72d5471
Updated the documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
51
diff
changeset
|
170 See |lawrencium-log-window|. |
2b3fb72d5471
Updated the documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
51
diff
changeset
|
171 |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
172 *:Hgannotate* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
173 :Hgannotate Splits the current window to show annotations in the |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
174 left window. These annotation are retrieved with `hg |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
175 annotate`. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
176 If the current file has local edits, the full output |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
177 of `hg annotate` will be opened instead, which is the |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
178 annotated parent revision. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
179 Some extra-commands, along with some default mappings, |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
180 are available in this window. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
181 See |lawrencium-annotate-window|. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
182 |
0 | 183 |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
184 ============================================================================= |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
185 3. Status Window *lawrencium-status-window* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
186 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
187 The `hg status` window opened by Lawrencium has a few special commands |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
188 defined in it. Also, unless the global |lawrencium_define_mappings| is set to |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
189 `0`, some commands are mapped to keyboard shortcuts, as detailed in the |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
190 following descriptions. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
191 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
192 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
193 *:Hgstatusedit* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
194 :Hgstatusedit Open the file mentioned on the current line. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
195 Mapped to <CR>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
196 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
197 *:Hgstatusaddremove* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
198 :Hgstatusaddremove Run `hg addremove` on the file mentioned on the |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
199 current line, or on the lines currently selected in |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
200 visual selection mode (see |visual-start|). |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
201 Mapped to <CTRL-A>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
202 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
203 *:Hgstatusdiff* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
204 :Hgstatusdiff Open a diff window on the file mentioned on the |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
205 current line, between the working directory version |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
206 and the parent revision version. Similar to running |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
207 |:Hgdiff| on that file. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
208 Mapped to <CTRL-D>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
209 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
210 *:Hgstatusvdiff* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
211 :Hgstatusvdiff Similar to |:Hgstatusdiff|, but use a vertical split. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
212 Similar to running |:Hgvdiff| on that file. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
213 Mapped to <CTRL-V>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
214 |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
215 *:Hgstatusdiffsum* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
216 :Hgstatusdiffsum Similar to |:Hgstatusdiff|, but show a diff summary, |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
217 like the one shown with |:Hgdiffsum|, instead of |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
218 running a full Vim diff. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
219 Mapped to <CTRL-U>. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
220 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
221 *:Hgstatusvdiffsum* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
222 :Hgstatusvdiffsum Similar to |:Hgstatusdiffsum|, but use a vertical |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
223 split. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
224 Mapped to <CTRL-H>. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
225 |
34
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
226 *:Hgstatuscommit* |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
227 :Hgstatuscommit Runs |:Hgcommit| on the files currently mentioned in |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
228 the buffer, or in the current selection. The first |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
229 option means you can delete lines from the buffer |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
230 until the remaining filenames are those you want to |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
231 commit. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
232 Mapped to <CTRL-S>. |
34
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
233 |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
234 *:Hgstatusvcommit* |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
235 :Hgstatusvcommit Similar to |:Hgstatuscommit|, but use a vertical |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
236 split, as with |:Hgvcommit|. |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
237 Not mapped byd default. |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
238 |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
239 *:Hgstatusrefresh* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
240 :Hgstatusrefresh Refreshes the status window by running `hg status` |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
241 again. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
242 Mapped to <CTRL-R>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
243 |
40
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
244 *:Hgstatusqnew* |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
245 :Hgstatusqnew {patch} {message}. |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
246 If you have the 'mq' extension enabled, creates a new |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
247 patch with the file currently mentioned in the buffer, |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
248 or in the current selection. You must give a patch name, |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
249 and may optionally write a commit message for the patch |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
250 (without surrounding quotes). |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
251 |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
252 *:Hgstatusqrefresh* |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
253 :Hgstatusqrefresh If you have the 'mq' extension enabled, refreshes the |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
254 current patch with the files currently mentioned in the |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
255 buffer, or in the current selection. |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
256 |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
257 *lawrencium-status-mappings* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
258 A few other mappings are available in the status window: |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
259 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
260 <C-N> Jump to the next filename. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
261 <C-P> Jump to the previous filename. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
262 q Quit the status window. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
263 |
0 | 264 |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
265 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
266 ============================================================================= |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
267 4. Log Window *lawrencium-log-window* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
268 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
269 The `hg log` window opened by Lawrencium has a few special commands |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
270 defined in it. Also, unless the global |lawrencium_define_mappings| is set to |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
271 `0`, some commands are mapped to keyboard shortcuts, as detailed in the |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
272 following descriptions. |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
273 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
274 *:Hglogrevedit* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
275 :Hglogrevedit Looks at the revision specified on the current line, |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
276 and opens that revision for edit in the previous |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
277 window (although as a read-only buffer). |
49
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
278 Mapped to |<CR>|. |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
279 |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
280 *:Hglogdiff* |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
281 :Hglogdiff Looks at the revision specified on the current line, |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
282 and runs an `hg diff` between that revision and the |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
283 previously listed revision (in the line below). It |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
284 opens that diff in the previous window. |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
285 It doesn't do anything if the cursor is on the last |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
286 line. |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
287 Mapped to |<C-D>|. |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
288 |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
289 *:Hglogdiff_r* |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
290 :Hglogdiff {rev} Same as |:Hglogdiff|, but opens a diff between the |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
291 specified revision and the working directory. |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
292 |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
293 *:Hglogdiff_r_r* |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
294 :Hglogdiff {rev1} {rev2} |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
295 Same as |:Hglogdiff|, but opens a diff between the |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
296 two specified revisions. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
297 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
298 *lawrencium-log-mappings* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
299 A few other mappings are available in the log window: |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
300 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
301 q Quit the log window. |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
302 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
303 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
304 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
305 ============================================================================= |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
306 5. Annotate Window *lawrencium-annotate-window* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
307 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
308 The following commands are available in a |:Hgannotate| window along with the |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
309 specified keyboard mappings, unless the |lawrencium_define_mappings| setting |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
310 is set to `0`. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
311 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
312 *Hgannotatediffsum* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
313 :Hgannotatediffsum Show a diff summary (similar to |:Hgdiffsum|) for the |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
314 revision mentioned under the cursor. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
315 Mapped to |<CR>|. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
316 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
317 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
318 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
319 ============================================================================= |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
320 6. Global Settings *lawrencium-global-settings* |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
321 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
322 The following global settings can be defined in your |vimrc| to change the |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
323 default behaviour of Lawrencium. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
324 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
325 *lawrencium_hg_executable* |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
326 g:lawrencium_hg_executable |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
327 Defines the executable to run when running Mercurial |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
328 commands. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
329 Defaults to simply `hg`. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
330 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
331 *lawrencium_auto_cd* |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
332 g:lawrencium_auto_cd Specifies whether the current working directory should |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
333 be set to the repository's root while running |:Hg| |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
334 commands so that auto-completion works magically with |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
335 repository relative paths. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
336 Defaults to `1`. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
337 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
338 *lawrencium_define_mappings* |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
339 g:lawrencium_define_mappings |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
340 Specifies whether Lawrencium should define default |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
341 keyboard shortcuts. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
342 Defaults to `1`. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
343 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
344 *lawrencium_hg_commands_file_types* |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
345 g:lawrencium_hg_commands_file_types |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
346 Defines the |file-types| that Lawrencium should use |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
347 when editing the output of |:Hg!| based on the |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
348 Mercurial command that was used. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
349 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
350 By default, unless overridden, the following commands |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
351 map to the following file types: |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
352 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
353 diff diff |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
354 graphlog graphlog |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
355 |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
356 *lawrencium_annotate_width_offset* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
357 g:lawrencium_annotate_width_offset |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
358 Specifies the offset to use when computing the width |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
359 of the annotations window (opened with |:Hgannotate|). |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
360 Defaults to 0. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
361 This is useful for example if you have |'listchars'| |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
362 set to display characters at the window border when |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
363 unwrapped lines are extending outside. |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
364 |
63
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
365 *lawrencium_auto_close_buffers* |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
366 g:lawrencium_auto_close_buffers |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
367 Specifies whether to auto-close buffers opened by |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
368 Lawrencium. For instance, any diff summary buffer open |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
369 by `Hglog` will be deleted when the log window |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
370 disappears. |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
371 |
0 | 372 vim:tw=78:et:ft=help:norl: |