Mercurial > hg-stable
changeset 26477:d69245af4dbe
revert: add reference to backout
author | Mathias De Maré <mathias.demare@gmail.com> |
---|---|
date | Mon, 05 Oct 2015 07:13:35 +0200 |
parents | fffc7416e579 |
children | a3f7e5461dbd |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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. """