changeset 38:a384b4aff211

Updated documentation with `Hgrevert`.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 23 Feb 2012 21:24:16 -0800
parents 9361f6b9e5a4
children 42c40b8144f8
files doc/lawrencium.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lawrencium.txt	Thu Feb 23 21:20:28 2012 -0800
+++ b/doc/lawrencium.txt	Thu Feb 23 21:24:16 2012 -0800
@@ -82,6 +82,14 @@
 :Hgvcommit              Same as |:Hgcommit| but uses a vertical split to edit
                         the commit message.
 
+:Hgrevert {files}                               *:Hgrevert*
+                        Reverts the given files (in repo-relative paths). If no
+                        file are given, reverts the current file.
+
+:Hgrevert! {files}                              *:Hgrevert!*
+                        Same as |:Hgrevert| but with the --no-backup option
+                        given to prevent a .orig backup file from being
+                        created.
 
 
 =============================================================================