Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 25735:3948cb4d0ae7
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 07 Jul 2015 19:07:04 -0500 |
parents | 5ede49f4383a 8dd0b23161bf |
children | e78a80f8f51e |
comparison
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 |