view doc/lawrencium.txt @ 12:a7bf37a97a1b

Clean the 'HG:' lines from the commit message (apparently 'hg commit' doesn't do it with -o).
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Dec 2011 15:59:15 -0800
parents 1da613c13d81
children 298261c939b3
line wrap: on
line source

*lawrencium.txt*  Mercurial wrapper for VIM

Author:  Ludovic Chabant <http://ludovic.chabant.com>
License: Same terms as Vim itself (see |license|)

This plugin is only available if 'compatible' is not set.

INTRODUCTION                                    *lawrencium*

When a file from a Mercurial repository is open in a buffer, that buffer gets
new commands defined.

COMMANDS                                        *lawrencium-commands*

All commands defined by |lawrencium| are local to each buffer.

                                                *lawrencium-:Hg*
:Hg {args}              Run an arbitrary Mercurial command. Similar to :!hg
                        [args] but the '--repository' is automatically
                        specified with the root of the repository the current
                        file belongs to.

                                                *lawrencium-:Hg!*
:Hg! {args}             Like |:Hg|, but the output of the command is placed in
                        a temp file and edited in the |preview-window|.

                                                *lawrencium-:Hgcd*
:Hgcd[!] {path}         |:cd| relative to the root of the repository.

                                                *lawrencium-:Hglcd*
:Hglcd[!] {path}        |:lcd| relative to the root of the repository.

                                                *lawrencium-:Hgedit*
:Hgedit {file}          |:edit| {file} relative to the root of the repository.

                                                *lawrencium-:Hgedit!*
:Hgedit! {file}         |:edit!| {file} relative to the root of the repository.

                                                *lawrencium-:Hgstatus*
:Hgstatus               Shows the output of 'hg status' in the
                        |preview-window|.
                        You can navigate to the next/previous file with "n"/"p".


ABOUT                                           *lawrencium-about*

Grab the latest version or report a bug on BitBucket:

http://bitbucket.org/ludovicchabant/lawrencium


 vim:tw=78:et:ft=help:norl: