changeset 34:cfc15ff67aaf

Updated documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Dec 2011 23:56:55 -0800
parents a5b2f8e4fb6c
children c3958d29878e
files doc/lawrencium.txt
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lawrencium.txt	Tue Dec 27 23:48:50 2011 -0800
+++ b/doc/lawrencium.txt	Tue Dec 27 23:56:55 2011 -0800
@@ -115,6 +115,19 @@
                         Similar to running |:Hgvdiff| on that file.
                         Mapped to <C-V>.
 
+                                                *:Hgstatuscommit*
+:Hgstatuscommit         Runs |:Hgcommit| on the files currently mentioned in
+                        the buffer, or in the current selection. The first 
+                        option means you can delete lines from the buffer
+                        until the remaining filenames are those you want to
+                        commit.
+                        Mapped to <C-S>.
+
+                                                *:Hgstatusvcommit*
+:Hgstatusvcommit        Similar to |:Hgstatuscommit|, but use a vertical
+                        split, as with |:Hgvcommit|.
+                        Not mapped byd default.
+
                                                 *:Hgstatusrefresh*
 :Hgstatusrefresh        Refreshes the status window by running `hg status`
                         again.