# HG changeset patch # User Matt Mackall # Date 2015-07-08 00:07:04 # Node ID 3948cb4d0ae70e7257e47e2fd9f657c0c1af7c2b # Parent 9086d0c1def3f76b2abaf543eea53dd92cc1b86c # Parent 97fd07e38b83f270a111b86d4bec75040c148997 merge with stable diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3345,6 +3345,8 @@ def forget(ui, repo, *pats, **opts): entire project history, and it does not delete them from the working directory. + To delete the file from the working directory, see :hg:`remove`. + To undo a forget before the next commit, see :hg:`add`. .. container:: verbose