revert: add reference to backout
authorMathias De Maré <mathias.demare@gmail.com>
Mon, 05 Oct 2015 07:13:35 +0200
changeset 26477 d69245af4dbe
parent 26476 fffc7416e579
child 26478 a3f7e5461dbd
revert: add reference to backout
mercurial/commands.py
--- a/mercurial/commands.py	Mon Oct 05 07:11:48 2015 +0200
+++ b/mercurial/commands.py	Mon Oct 05 07:13:35 2015 +0200
@@ -5573,6 +5573,9 @@
 
     See :hg:`help dates` for a list of formats valid for -d/--date.
 
+    See :hg:`help backout` for a way to reverse the effect of an
+    earlier changeset.
+
     Returns 0 on success.
     """