mercurial/commands.py
changeset 25735 3948cb4d0ae7
parent 25694 5ede49f4383a
parent 25714 8dd0b23161bf
child 25744 e78a80f8f51e
equal deleted inserted replaced
25734:9086d0c1def3 25735:3948cb4d0ae7
  3342     after the next commit.
  3342     after the next commit.
  3343 
  3343 
  3344     This only removes files from the current branch, not from the
  3344     This only removes files from the current branch, not from the
  3345     entire project history, and it does not delete them from the
  3345     entire project history, and it does not delete them from the
  3346     working directory.
  3346     working directory.
       
  3347 
       
  3348     To delete the file from the working directory, see :hg:`remove`.
  3347 
  3349 
  3348     To undo a forget before the next commit, see :hg:`add`.
  3350     To undo a forget before the next commit, see :hg:`add`.
  3349 
  3351 
  3350     .. container:: verbose
  3352     .. container:: verbose
  3351 
  3353