diff 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
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