# HG changeset patch # User Ludovic Chabant # Date 1330061056 28800 # Node ID a384b4aff211bd52891e7ce66278c07e6135bef4 # Parent 9361f6b9e5a49c917913f86e8a0ced20083731cf Updated documentation with `Hgrevert`. diff -r 9361f6b9e5a4 -r a384b4aff211 doc/lawrencium.txt --- 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. =============================================================================