help: mention mode in hg log --removed help (issue4381) stable
authorMatt Mackall <mpm@selenic.com>
Sun, 21 Sep 2014 10:31:34 -0500
branchstable
changeset 22493 abf4e98b8ff2
parent 22492 d5261db0011f
child 22502 e6e7ef68c879
child 22503 300e07582e9b
help: mention mode in hg log --removed help (issue4381)
mercurial/commands.py
--- 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)