Mercurial > vim-lawrencium
comparison doc/lawrencium.txt @ 95:d38be34b403b
`Hgannotate` improvements.
* `Hgwannotate` opens a wide/verbose version of annotations.
* Both commands can take a filename to open first.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 23 Jul 2014 21:39:41 -0700 |
parents | e21a1819ab27 |
children | 8ec747b13dc1 |
comparison
equal
deleted
inserted
replaced
94:27d5d85ab918 | 95:d38be34b403b |
---|---|
201 annotated parent revision. | 201 annotated parent revision. |
202 Some extra-commands, along with some default mappings, | 202 Some extra-commands, along with some default mappings, |
203 are available in this window. | 203 are available in this window. |
204 See |lawrencium-annotate-window|. | 204 See |lawrencium-annotate-window|. |
205 | 205 |
206 *:Hgannotate_f* | |
207 :Hgannotate {file} Same as |:Hgannotate|, but opens {file} first with | |
208 |:Hgedit|. | |
209 | |
210 *:Hgannotate!_f* | |
211 :Hgannotate! {file} Same as |:Hgannotate_f|, but opens {file} with | |
212 |:Hgedit!|. | |
213 | |
214 *:Hgwannotate* | |
215 :Hgwannotate Same as |:Hgannotate|, but runs the command in | |
216 `verbose` mode to get full user names and time of day. | |
217 This results in a wider annotation column next to the | |
218 file (hence the command name: "Hg wide annotate"). | |
219 | |
220 *:Hgwannotate_f* | |
221 :Hgwannotate {file} Same as |:Hgwannotate|, but opens {file} first with | |
222 |:Hgedit|. | |
223 | |
224 *:Hgwannotate!_f* | |
225 :Hgwannotate! {file} Same as |:Hgwannotate_f|, but opens {file} with | |
226 |:Hgedit!|. | |
227 | |
206 *:Hgvimgrep* | 228 *:Hgvimgrep* |
207 :Hgvimgrep Runs a |:vimgrep| command inside the current | 229 :Hgvimgrep Runs a |:vimgrep| command inside the current |
208 repository. The files in which to search can be | 230 repository. The files in which to search can be |
209 provided with repository-relative names. If no file is | 231 provided with repository-relative names. If no file is |
210 given, the search will be run in the whole repository. | 232 given, the search will be run in the whole repository. |