# HG changeset patch # User Adrian Buehlmann # Date 2010-10-16 22:45:34 # Node ID eaac5e8cb637d4c5e6fe7e667731867b3908589e # Parent ef5eaf53f4f73ee1e225f5c524cb51ed1e7bb973 Revert: capitalization doc fix diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3025,7 +3025,7 @@ def revert(ui, repo, *pats, **opts): .. note:: This command is most likely not what you are looking for. - revert will partially overwrite content in the working + Revert will partially overwrite content in the working directory without changing the working directory parents. Use :hg:`update -r rev` to check out earlier revisions, or :hg:`update --clean .` to undo a merge which has added another