diff doc/lawrencium.txt @ 6:1da613c13d81

Better hg-status window. Better debug/tracing.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 09 Dec 2011 17:12:13 -0800
parents 0a5b490dc35d
children 298261c939b3
line wrap: on
line diff
--- a/doc/lawrencium.txt	Thu Dec 08 21:12:04 2011 -0800
+++ b/doc/lawrencium.txt	Fri Dec 09 17:12:13 2011 -0800
@@ -15,24 +15,31 @@
 All commands defined by |lawrencium| are local to each buffer.
 
                                                 *lawrencium-:Hg*
-:Hg [args]              Run an arbitrary Mercurial command. Similar to :!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
+: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 [directory]       |:cd| relative to the root of the repository.
+:Hgcd[!] {path}         |:cd| relative to the root of the repository.
 
                                                 *lawrencium-:Hglcd*
-:Hglcd [directory]      |:lcd| relative to the root of the repository.
+: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*