changeset 22493:abf4e98b8ff2 stable

help: mention mode in hg log --removed help (issue4381)
author Matt Mackall <mpm@selenic.com>
date Sun, 21 Sep 2014 10:31:34 -0500
parents d5261db0011f
children e6e7ef68c879 300e07582e9b
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Sep 21 10:07:06 2014 -0500
+++ b/mercurial/commands.py	Sun Sep 21 10:31:34 2014 -0500
@@ -4118,9 +4118,8 @@
     .. 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.
+       made on branches and will not show removals or mode changes. To
+       see all such changes, use the --removed switch.
 
     .. container:: verbose
 
@@ -4175,6 +4174,7 @@
     specifying custom templates.
 
     Returns 0 on success.
+
     """
     if opts.get('graph'):
         return cmdutil.graphlog(ui, repo, *pats, **opts)