Mercurial > vim-lawrencium
annotate doc/lawrencium.txt @ 87:e688b658ce5b
Add variants of existing commands that open things in a new tab page.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 23 Apr 2014 21:43:34 -0700 |
parents | 785d1a1faa6c |
children | e21a1819ab27 |
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| |
71 | 32 6. MQ Series Window |lawrencium-mqseries-window| |
33 7. Global Settings |lawrencium-global-settings| | |
0 | 34 |
13 | 35 |
36 ============================================================================= | |
37 1. Introduction *lawrencium-intro* | |
0 | 38 |
39 When a file from a Mercurial repository is open in a buffer, that buffer gets | |
40 new commands defined. | |
41 | |
13 | 42 This plugin is only available if 'compatible' is not set. |
43 | |
44 Grab the latest version or report a bug on BitBucket: | |
45 | |
46 http://bitbucket.org/ludovicchabant/vim-lawrencium | |
47 | |
48 | |
49 | |
50 ============================================================================= | |
51 2. Commands *lawrencium-commands* | |
0 | 52 |
53 All commands defined by |lawrencium| are local to each buffer. | |
54 | |
13 | 55 *:Hg* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
56 :Hg {args} Run an arbitrary Mercurial command. Similar to :!hg |
0 | 57 [args] but the '--repository' is automatically |
58 specified with the root of the repository the current | |
20
01932a36df03
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
13
diff
changeset
|
59 file belongs to, and it will auto-complete any |
01932a36df03
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
13
diff
changeset
|
60 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
|
61 |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
62 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
|
63 `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
|
64 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
|
65 filenames work out of the box. |
0 | 66 |
13 | 67 *:Hg!* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
68 :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
|
69 a temp file and edited in a split window. |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
70 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
71 Once the output is open in a buffer, Lawrencium will |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
72 try to set the file type according to the Mercurial |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
73 command that was run. See |lawrencium_hg_commands_file_types|. |
0 | 74 |
13 | 75 *:Hgcd* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
76 :Hgcd[!] {path} |:cd| relative to the root of the repository. |
0 | 77 |
13 | 78 *:Hglcd* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
79 :Hglcd[!] {path} |:lcd| relative to the root of the repository. |
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
80 |
13 | 81 *:Hgedit* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
82 :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
|
83 |
13 | 84 *:Hgedit!* |
6
1da613c13d81
Better hg-status window.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
85 :Hgedit! {file} |:edit!| {file} relative to the root of the repository. |
0 | 86 |
13 | 87 *:Hgstatus* |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
88 :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
|
89 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
|
90 are available in this window. See |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
91 |lawrencium-status-window|. |
13 | 92 |
93 *:Hgdiff* | |
94 :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
|
95 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
|
96 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
|
97 |diff| abilities. |
13 | 98 |
99 *: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
|
100 :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
|
101 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
|
102 or spec that can be passed to `hg cat` is valid. |
13 | 103 |
104 *: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
|
105 :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
|
106 a horizontal split. |
13 | 107 |
108 *:Hgvdiff_f* | |
109 :Hgvdiff {revspec} Same as |:Hgdiff_f| but uses a vertical split. | |
110 | |
87
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
111 *:Hgtabdiff* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
112 :Hgtabdiff Same as |:Hgdiff| but opens the diff with a vertical |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
113 split in a new tab page. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
114 |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
115 *:Hgtabdiff_f* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
116 :Hgtabdiff {revspec} Same as |:Hgdiff_f| but opens the diff with a vertical |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
117 split in a new tab page. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
118 |
51
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
119 *:Hgdiffsum* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
120 :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
|
121 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
|
122 |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
123 *: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
|
124 :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
|
125 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
|
126 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
|
127 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
|
128 |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
129 *:Hgdiffsumsplit* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
130 *: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
|
131 :Hgdiffsumsplit |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
132 :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
|
133 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
|
134 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
|
135 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
|
136 |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
137 *:Hgvdiffsumsplit* |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
138 *: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
|
139 :Hgvdiffsumsplit |
671f5e18b515
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
Ludovic Chabant <ludovic@chabant.com>
parents:
49
diff
changeset
|
140 :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
|
141 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
|
142 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
|
143 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
|
144 |
87
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
145 *:Hgtabdiffsumsplit* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
146 *:Hgtabdiffsumsplit_f* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
147 :Hgtabdiffsumsplit |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
148 :Hgtabdiffsumsplit {revspec} |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
149 Same as |:Hgdiffsumsplit| and |:Hgdiffsumsplit_f| |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
150 respectively, but opens the diff summary with a |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
151 vertical split in a new tab page. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
152 |
13 | 153 *:Hgcommit* |
154 :Hgcommit Opens a new window to edit a commit message into a | |
155 temporary file and, upon quitting the buffer, if that | |
156 file has been written to, commit the current changes | |
157 to the repository. | |
158 | |
159 *:Hgvcommit* | |
160 :Hgvcommit Same as |:Hgcommit| but uses a vertical split to edit | |
161 the commit message. | |
0 | 162 |
38
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
163 :Hgrevert {files} *:Hgrevert* |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
164 Reverts the given files (in repo-relative paths). If no |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
165 file are given, reverts the current file. |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
166 |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
167 :Hgrevert! {files} *:Hgrevert!* |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
168 Same as |:Hgrevert| but with the --no-backup option |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
169 given to prevent a .orig backup file from being |
a384b4aff211
Updated documentation with `Hgrevert`.
Ludovic Chabant <ludovic@chabant.com>
parents:
34
diff
changeset
|
170 created. |
0 | 171 |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
172 *:Hglog* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
173 :Hglog |
66 | 174 Opens the history (log) for the current repository |
175 in the |preview-window|. Some extra-commands, along with | |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
176 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
|
177 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
|
178 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
179 *:Hglog_f* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
180 :Hglog {file} Same as |:Hglog|, but opens the log for the specified |
66 | 181 file or direcotry instead of the whole repository. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
182 |
66 | 183 *:Hglogthis* |
184 :Hglogthis Same as |:Hglog| but opens the history (log) for the | |
185 currently edited file instead of the whole repository. | |
56
2b3fb72d5471
Updated the documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
51
diff
changeset
|
186 |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
187 *:Hgannotate* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
188 :Hgannotate Splits the current window to show annotations in the |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
189 left window. These annotation are retrieved with `hg |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
190 annotate`. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
191 If the current file has local edits, the full output |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
192 of `hg annotate` will be opened instead, which is the |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
193 annotated parent revision. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
194 Some extra-commands, along with some default mappings, |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
195 are available in this window. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
196 See |lawrencium-annotate-window|. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
197 |
70
16e873b2a4a8
Added `Hgvimgrep` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
198 *:Hgvimgrep* |
16e873b2a4a8
Added `Hgvimgrep` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
199 :Hgvimgrep Runs a |:vimgrep| command inside the current |
16e873b2a4a8
Added `Hgvimgrep` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
200 repository. The files in which to search can be |
16e873b2a4a8
Added `Hgvimgrep` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
201 provided with repository-relative names. If no file is |
16e873b2a4a8
Added `Hgvimgrep` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
202 given, the search will be run in the whole repository. |
16e873b2a4a8
Added `Hgvimgrep` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
203 |
71 | 204 *:Hgqseries* |
205 :Hgqseries If you have the 'mq' extension enabled, show the | |
206 current patch series, with indicators about which | |
207 patches are applied, and which ones are not. | |
208 | |
0 | 209 |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
210 ============================================================================= |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
211 3. Status Window *lawrencium-status-window* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
212 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
213 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
|
214 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
|
215 `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
|
216 following descriptions. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
217 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
218 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
219 *:Hgstatusedit* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
220 :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
|
221 Mapped to <CR>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
222 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
223 *:Hgstatusaddremove* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
224 :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
|
225 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
|
226 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
|
227 Mapped to <CTRL-A>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
228 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
229 *:Hgstatusdiff* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
230 :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
|
231 current line, between the working directory version |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
232 and the parent revision version. Similar to running |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
233 |:Hgdiff| on that file. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
234 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
235 *:Hgstatusvdiff* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
236 :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
|
237 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
|
238 Mapped to <CTRL-V>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
239 |
87
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
240 *:Hgstatustabdiff* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
241 :Hgstatustabdiff Similar to |:Hgstatusdiff|, but opens the split with a |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
242 vertical split in a new tab page. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
243 Similar to running |:Hgtabdiff| on that file. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
244 Mapped to <CTRL-D>. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
245 |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
246 *:Hgstatusdiffsum* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
247 :Hgstatusdiffsum Similar to |:Hgstatusdiff|, but show a diff summary, |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
248 like the one shown with |:Hgdiffsum|, instead of |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
249 running a full Vim diff. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
250 Mapped to <CTRL-U>. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
251 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
252 *:Hgstatusvdiffsum* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
253 :Hgstatusvdiffsum Similar to |:Hgstatusdiffsum|, but use a vertical |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
254 split. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
255 Mapped to <CTRL-H>. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
256 |
87
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
257 *:Hgstatustabdiffsum* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
258 :Hgstatustabdiffsum Similar to |:Hgstatusdiffsum|, but opens the diff |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
259 summary with a vertical split in a new tab page. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
260 |
34
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
261 *:Hgstatuscommit* |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
262 :Hgstatuscommit Runs |:Hgcommit| on the files currently mentioned in |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
263 the buffer, or in the current selection. The first |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
264 option means you can delete lines from the buffer |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
265 until the remaining filenames are those you want to |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
266 commit. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
267 Mapped to <CTRL-S>. |
34
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
268 |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
269 *:Hgstatusvcommit* |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
270 :Hgstatusvcommit Similar to |:Hgstatuscommit|, but use a vertical |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
271 split, as with |:Hgvcommit|. |
cfc15ff67aaf
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
31
diff
changeset
|
272 |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
273 *:Hgstatusrefresh* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
274 :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
|
275 again. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
276 Mapped to <CTRL-R>. |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
277 |
40
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
278 *:Hgstatusqnew* |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
279 :Hgstatusqnew {patch} {message}. |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
280 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
|
281 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
|
282 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
|
283 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
|
284 (without surrounding quotes). |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
285 |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
286 *:Hgstatusqrefresh* |
a63ec818ab21
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
Ludovic Chabant <ludovic@chabant.com>
parents:
38
diff
changeset
|
287 :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
|
288 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
|
289 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
|
290 |
31
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
291 *lawrencium-status-mappings* |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
292 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
|
293 |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
294 <C-N> Jump to the next filename. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
295 <C-P> Jump to the previous filename. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
296 q Quit the status window. |
3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
Ludovic Chabant <ludovic@chabant.com>
parents:
20
diff
changeset
|
297 |
0 | 298 |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
299 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
300 ============================================================================= |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
301 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
|
302 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
303 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
|
304 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
|
305 `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
|
306 following descriptions. |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
307 |
73
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
308 *:Hglogdiffsum* |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
309 :Hglogdiffsum Splits the previous window to show a diff summary (as |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
310 returned by `hg diff`) of the change specified on |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
311 the current line. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
312 Mapped to |<C-U>|. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
313 |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
314 *:Hglogdiffsum_r* |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
315 :Hglogdiffsum {rev1} {rev2} |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
316 Same as |:Hglogdiffsum| but shows a diff summary of |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
317 the change between the two specified revisions. If |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
318 only {rev1} is specified, the change at that revision |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
319 will be shown. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
320 |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
321 *:Hglogvdiffsum* |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
322 :Hglogvdiffsum Same as |:Hglogdiffsum| but opens a vertical split |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
323 instead of a horizontal one. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
324 Mapped to |<C-H>| and |<CR>|. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
325 |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
326 *:Hglogvdiffsum_r* |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
327 :Hglogvdiffsum {rev1} {rev2} |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
328 Same as |:Hglogdiffsum_r| but opens a vertical split |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
329 instead of a horizontal one. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
330 |
87
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
331 *:Hglogtabdiffsum* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
332 *:Hglogtabdiffsum_r* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
333 :Hglogtabdiffsum |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
334 :Hglogtabdiffsum {rev1} {rev2} |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
335 Same as |:Hglogdiffsum| and |:Hglogdiffsum_r| but |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
336 opens the diff summary in a new tab page. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
337 |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
338 *:Hglogrevedit* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
339 :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
|
340 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
|
341 window (although as a read-only buffer). |
66 | 342 This is only valid if the logged path maps to a file |
343 (i.e. not a directory, and not the whole repository as | |
344 with |:Hglog|). | |
345 Mapped to |<C-E>|. | |
49
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
346 |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
347 *:Hglogdiff* |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
348 :Hglogdiff Looks at the revision specified on the current line, |
73
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
349 and opens a Vim diff between that revision and its |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
350 first parent. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
351 This is only valid if the logged path maps to a file |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
352 (i.e. not a directory, and not the whole repository as |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
353 with |:Hglog|). |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
354 Mapped to |<C-D>|. |
49
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
355 |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
356 *:Hglogdiff_r* |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
357 :Hglogdiff {rev1} {rev2} |
dffb41c2067c
Lawrencium files changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
48
diff
changeset
|
358 Same as |:Hglogdiff|, but opens a diff between the |
73
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
359 specified revisions. If only {rev1} is specified, |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
360 opens a Vim diff between that revision and its first |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
361 parent. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
362 |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
363 *:Hglogvdiff* |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
364 :Hglogvdiff Same as |:Hglogdiff|, but opens a vertical split |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
365 instead of a horizontal one. |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
366 |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
367 *:Hglogvdiff_r* |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
368 :Hglogvdiff {rev1} {rev2} |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
369 Same as |:Hglogdiff_r| but opens a vertical split |
785d1a1faa6c
Changes and fixes to the `Hglog` window:
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
370 instead of a horizontal one. |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
371 |
87
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
372 *:Hglogtabdiff* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
373 *:Hglogtabdiff_r* |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
374 :Hglogtabdiff |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
375 :Hglogtabdiff {rev1} {rev2} |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
376 Same as |:Hglogdiff| and |:Hglogdiff_r| but opens the |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
377 diff with a vertical split in a new tab page. |
e688b658ce5b
Add variants of existing commands that open things in a new tab page.
Ludovic Chabant <ludovic@chabant.com>
parents:
73
diff
changeset
|
378 |
48
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
379 *lawrencium-log-mappings* |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
380 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
|
381 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
382 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
|
383 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
384 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
385 |
85e39bdd7089
Lots of changes that should have gone in other commits (ugh):
Ludovic Chabant <ludovic@chabant.com>
parents:
46
diff
changeset
|
386 ============================================================================= |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
387 5. Annotate Window *lawrencium-annotate-window* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
388 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
389 The following commands are available in a |:Hgannotate| window along with the |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
390 specified keyboard mappings, unless the |lawrencium_define_mappings| setting |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
391 is set to `0`. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
392 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
393 *Hgannotatediffsum* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
394 :Hgannotatediffsum Show a diff summary (similar to |:Hgdiffsum|) for the |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
395 revision mentioned under the cursor. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
396 Mapped to |<CR>|. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
397 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
398 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
399 |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
400 ============================================================================= |
71 | 401 6. MQ Series Window *lawrencium-mqseries-window* |
402 | |
403 The following commands are available in a |:Hgqseries| window along with the | |
404 specified keyboard mappings, unless the |lawrencium_define_mappings| setting | |
405 is set to `0`. | |
406 | |
407 *Hgqseriesgoto* | |
408 :Hgqseriesgoto Go to the patch under the cursor. | |
409 Mapped to |<C-g>|. | |
410 | |
411 *Hgqserieseditmessage* | |
412 :Hgqserieseditmessage Edit the commit message for the top patch, if any. | |
413 Mapped to |<C-e>|. | |
414 | |
415 *Hgqseriesrename* | |
416 :Hgqseriesrename {name} | |
417 Rename the patch under the cursor with the given name. | |
418 | |
419 *lawrencium-mqseries-mappings* | |
420 A few other mappings are available in the MQ series window: | |
421 | |
422 q Quit the MQ series window. | |
423 | |
424 | |
425 | |
426 ============================================================================= | |
427 7. Global Settings *lawrencium-global-settings* | |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
428 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
429 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
|
430 default behaviour of Lawrencium. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
431 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
432 *lawrencium_hg_executable* |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
433 g:lawrencium_hg_executable |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
434 Defines the executable to run when running Mercurial |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
435 commands. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
436 Defaults to simply `hg`. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
437 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
438 *lawrencium_auto_cd* |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
439 g:lawrencium_auto_cd Specifies whether the current working directory should |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
440 be set to the repository's root while running |:Hg| |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
441 commands so that auto-completion works magically with |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
442 repository relative paths. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
443 Defaults to `1`. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
444 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
445 *lawrencium_define_mappings* |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
446 g:lawrencium_define_mappings |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
447 Specifies whether Lawrencium should define default |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
448 keyboard shortcuts. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
449 Defaults to `1`. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
450 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
451 *lawrencium_hg_commands_file_types* |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
452 g:lawrencium_hg_commands_file_types |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
453 Defines the |file-types| that Lawrencium should use |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
454 when editing the output of |:Hg!| based on the |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
455 Mercurial command that was used. |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
456 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
457 By default, unless overridden, the following commands |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
458 map to the following file types: |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
459 |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
460 diff diff |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
461 graphlog graphlog |
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
462 |
60
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
463 *lawrencium_annotate_width_offset* |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
464 g:lawrencium_annotate_width_offset |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
465 Specifies the offset to use when computing the width |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
466 of the annotations window (opened with |:Hgannotate|). |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
467 Defaults to 0. |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
468 This is useful for example if you have |'listchars'| |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
469 set to display characters at the window border when |
137d5c895659
Updated documentation.
Ludovic Chabant <ludovic@chabant.com>
parents:
56
diff
changeset
|
470 unwrapped lines are extending outside. |
46
6a4f5200d8da
`:Hg!` command changes:
Ludovic Chabant <ludovic@chabant.com>
parents:
43
diff
changeset
|
471 |
63
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
472 *lawrencium_auto_close_buffers* |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
473 g:lawrencium_auto_close_buffers |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
474 Specifies whether to auto-close buffers opened by |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
475 Lawrencium. For instance, any diff summary buffer open |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
476 by `Hglog` will be deleted when the log window |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
477 disappears. |
02a1be804fe8
Using Lawrencium buffers for `Hgstatus`.
Ludovic Chabant <ludovic@chabant.com>
parents:
60
diff
changeset
|
478 |
0 | 479 vim:tw=78:et:ft=help:norl: |