comparison mercurial/commands.py @ 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 9263f86b9681
children 3948cb4d0ae7
comparison
equal deleted inserted replaced
25681:34e6643f0c62 25714:8dd0b23161bf
3329 after the next commit. 3329 after the next commit.
3330 3330
3331 This only removes files from the current branch, not from the 3331 This only removes files from the current branch, not from the
3332 entire project history, and it does not delete them from the 3332 entire project history, and it does not delete them from the
3333 working directory. 3333 working directory.
3334
3335 To delete the file from the working directory, see :hg:`remove`.
3334 3336
3335 To undo a forget before the next commit, see :hg:`add`. 3337 To undo a forget before the next commit, see :hg:`add`.
3336 3338
3337 .. container:: verbose 3339 .. container:: verbose
3338 3340