mercurial/commands.py
branchstable
changeset 25714 8dd0b23161bf
parent 25425 9263f86b9681
child 25735 3948cb4d0ae7
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