Mercurial > vim-lawrencium
comparison doc/lawrencium.txt @ 119:4ca40abecc2a
Add `:Hgremove` command.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 05 Oct 2015 22:56:00 -0700 |
parents | 7cfe9ba2c7dd |
children | e2757acfd9b1 |
comparison
equal
deleted
inserted
replaced
118:7cfe9ba2c7dd | 119:4ca40abecc2a |
---|---|
160 :Hgvcommit Same as |:Hgcommit| but uses a vertical split to edit | 160 :Hgvcommit Same as |:Hgcommit| but uses a vertical split to edit |
161 the commit message. | 161 the commit message. |
162 | 162 |
163 :Hgrevert {files} *:Hgrevert* | 163 :Hgrevert {files} *:Hgrevert* |
164 Reverts the given files (in repo-relative paths). If no | 164 Reverts the given files (in repo-relative paths). If no |
165 file are given, reverts the current file. | 165 files are given, reverts the current file. |
166 | 166 |
167 :Hgrevert! {files} *:Hgrevert!* | 167 :Hgrevert! {files} *:Hgrevert!* |
168 Same as |:Hgrevert| but with the --no-backup option | 168 Same as |:Hgrevert| but with the --no-backup option |
169 given to prevent a .orig backup file from being | 169 given to prevent a .orig backup file from being |
170 created. | 170 created. |
171 | |
172 :Hgremove {files} *:Hgremove* | |
173 Removes the given files (in repo-relative paths). If | |
174 no files are given, removes the current file. | |
175 | |
176 :Hgremove! {files} *:Hgremove!* | |
177 Same as |:Hgremove| but with the --force option given | |
178 to remove the file even if it is currently added or | |
179 modified. | |
171 | 180 |
172 *:Hglog* | 181 *:Hglog* |
173 :Hglog | 182 :Hglog |
174 Opens the history (log) for the current repository | 183 Opens the history (log) for the current repository |
175 in the |preview-window|. Some extra-commands, along with | 184 in the |preview-window|. Some extra-commands, along with |