changeset 26476:fffc7416e579

backout: add reference to revert
author Mathias De Maré <mathias.demare@gmail.com>
date Mon, 05 Oct 2015 07:11:48 +0200
parents efd57cd6fd1d
children d69245af4dbe
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Sep 25 12:39:23 2015 -0700
+++ b/mercurial/commands.py	Mon Oct 05 07:11:48 2015 +0200
@@ -497,6 +497,9 @@
 
     See :hg:`help dates` for a list of formats valid for -d/--date.
 
+    See :hg:`help revert` for a way to restore files to the state
+    of another revision.
+
     Returns 0 on success, 1 if nothing to backout or there are unresolved
     files.
     '''