comparison doc/lawrencium.txt @ 34:cfc15ff67aaf

Updated documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Dec 2011 23:56:55 -0800
parents 3a0f7bb6ea64
children a384b4aff211
comparison
equal deleted inserted replaced
33:a5b2f8e4fb6c 34:cfc15ff67aaf
113 *:Hgstatusvdiff* 113 *:Hgstatusvdiff*
114 :Hgstatusvdiff Similar to |:Hgstatusdiff|, but use a vertical split. 114 :Hgstatusvdiff Similar to |:Hgstatusdiff|, but use a vertical split.
115 Similar to running |:Hgvdiff| on that file. 115 Similar to running |:Hgvdiff| on that file.
116 Mapped to <C-V>. 116 Mapped to <C-V>.
117 117
118 *:Hgstatuscommit*
119 :Hgstatuscommit Runs |:Hgcommit| on the files currently mentioned in
120 the buffer, or in the current selection. The first
121 option means you can delete lines from the buffer
122 until the remaining filenames are those you want to
123 commit.
124 Mapped to <C-S>.
125
126 *:Hgstatusvcommit*
127 :Hgstatusvcommit Similar to |:Hgstatuscommit|, but use a vertical
128 split, as with |:Hgvcommit|.
129 Not mapped byd default.
130
118 *:Hgstatusrefresh* 131 *:Hgstatusrefresh*
119 :Hgstatusrefresh Refreshes the status window by running `hg status` 132 :Hgstatusrefresh Refreshes the status window by running `hg status`
120 again. 133 again.
121 Mapped to <C-R>. 134 Mapped to <C-R>.
122 135