# HG changeset patch # User Ludovic Chabant # Date 1325059015 28800 # Node ID cfc15ff67aafbf2d53d6f6e33297d8c0a1a83981 # Parent a5b2f8e4fb6c98870d350a353fb45d54ed08bda0 Updated documentation. diff -r a5b2f8e4fb6c -r cfc15ff67aaf doc/lawrencium.txt --- 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 . + *: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 . + + *: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.