changeset 15105:6e91fba485fa

log: add a usage note about --removed
author Matt Mackall <mpm@selenic.com>
date Fri, 16 Sep 2011 14:37:57 -0500
parents a20f5088013a
children 76cd1964519c
files mercurial/commands.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Sep 16 14:37:56 2011 -0500
+++ b/mercurial/commands.py	Fri Sep 16 14:37:57 2011 -0500
@@ -3381,6 +3381,12 @@
        its first parent. Also, only files different from BOTH parents
        will appear in files:.
 
+    .. note::
+       for performance reasons, log FILE may omit duplicate changes
+       made on branches and will not show deletions. To see all
+       changes including duplicates and deletions, use the --removed
+       switch.
+
     .. container:: verbose
 
       Some examples: