Mercurial > hg > mercurial-crew
changeset 27102: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 +++ b/mercurial/commands.py @@ -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. '''