Mercurial > hg
changeset 25714:8dd0b23161bf stable
forget: add a note to the command help about remove
author | Nathan Goldbaum <ngoldbau@ucsc.edu> |
---|---|
date | Mon, 06 Jul 2015 16:22:57 -0700 |
parents | 34e6643f0c62 |
children | 97fd07e38b83 |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Jul 01 17:46:37 2015 -0500 +++ b/mercurial/commands.py Mon Jul 06 16:22:57 2015 -0700 @@ -3332,6 +3332,8 @@ 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