0
|
1 *lawrencium.txt* Mercurial wrapper for VIM
|
|
2
|
|
3 Author: Ludovic Chabant <http://ludovic.chabant.com>
|
|
4 License: Same terms as Vim itself (see |license|)
|
|
5
|
|
6 This plugin is only available if 'compatible' is not set.
|
|
7
|
|
8 INTRODUCTION *lawrencium*
|
|
9
|
|
10 When a file from a Mercurial repository is open in a buffer, that buffer gets
|
|
11 new commands defined.
|
|
12
|
|
13 COMMANDS *lawrencium-commands*
|
|
14
|
|
15 All commands defined by |lawrencium| are local to each buffer.
|
|
16
|
|
17 *lawrencium-:Hg*
|
|
18 :Hg [args] Run an arbitrary Mercurial command. Similar to :!hg
|
|
19 [args] but the '--repository' is automatically
|
|
20 specified with the root of the repository the current
|
|
21 file belongs to.
|
|
22
|
|
23 *lawrencium-:Hg!*
|
|
24 :Hg! [args] Like |:Hg|, but the output of the command is placed in
|
|
25 a temp file and edited in the |preview-window|.
|
|
26
|
|
27 *lawrencium-:Hgcd*
|
|
28 :Hgcd [directory] |:cd| relative to the root of the repository.
|
|
29
|
|
30 *lawrencium-:Hglcd*
|
|
31 :Hglcd [directory] |:lcd| relative to the root of the repository.
|
|
32
|
|
33 *lawrencium-:Hgstatus*
|
|
34 :Hgstatus Shows the output of 'hg status' in the
|
|
35 |preview-window|.
|
|
36
|
|
37
|
|
38 ABOUT *lawrencium-about*
|
|
39
|
|
40 Grab the latest version or report a bug on BitBucket:
|
|
41
|
|
42 http://bitbucket.org/ludovicchabant/lawrencium
|
|
43
|
|
44
|
|
45 vim:tw=78:et:ft=help:norl:
|