changeset 25735:3948cb4d0ae7

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 07 Jul 2015 19:07:04 -0500
parents 9086d0c1def3 (current diff) 97fd07e38b83 (diff)
children 8854ca3fa675
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sat Jul 04 10:56:37 2015 +0900
+++ b/mercurial/commands.py	Tue Jul 07 19:07:04 2015 -0500
@@ -3345,6 +3345,8 @@
     entire project history, and it does not delete them from the
     working directory.
 
+    To delete the file from the working directory, see :hg:`remove`.
+
     To undo a forget before the next commit, see :hg:`add`.
 
     .. container:: verbose