changeset 20:01932a36df03

Updated documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Dec 2011 17:35:50 -0800
parents 7543d240232c
children d0acefc1ec9a
files doc/lawrencium.txt
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lawrencium.txt	Tue Dec 13 17:32:12 2011 -0800
+++ b/doc/lawrencium.txt	Tue Dec 13 17:35:50 2011 -0800
@@ -34,7 +34,8 @@
 :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.
+                        file belongs to, and it will auto-complete any
+                        standard command or option.
 
                                                 *:Hg!*
 :Hg! {args}             Like |:Hg|, but the output of the command is placed in
@@ -59,7 +60,8 @@
                         and <C-P>, open a file with <cr>, diff the local file
                         with the parent revision with <C-D> and <C-V>,
                         depending on whether you want a horizontal or vertical
-                        split window.
+                        split window, add an untracked file with <C-A>, and
+                        refresh the window with <C-R>.
 
                                                 *:Hgdiff*
 :Hgdiff                 Diffs the current file against its parent revision.