##// END OF EJS Templates
forget: add a note to the command help about remove
Nathan Goldbaum -
r25714:8dd0b231 stable
parent child Browse files
Show More
@@ -3332,6 +3332,8 def forget(ui, repo, *pats, **opts):
3332 3332 entire project history, and it does not delete them from the
3333 3333 working directory.
3334 3334
3335 To delete the file from the working directory, see :hg:`remove`.
3336
3335 3337 To undo a forget before the next commit, see :hg:`add`.
3336 3338
3337 3339 .. container:: verbose
General Comments 0
You need to be logged in to leave comments. Login now