mercurial/commands.py
changeset 22502 e6e7ef68c879
parent 22501 bde49bbfb30f
parent 22493 abf4e98b8ff2
child 22552 bb14cca8c4e4
--- a/mercurial/commands.py	Mon Sep 22 16:03:07 2014 -0500
+++ b/mercurial/commands.py	Mon Sep 22 16:14:08 2014 -0500
@@ -4278,9 +4278,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
 
@@ -4335,6 +4334,7 @@
     specifying custom templates.
 
     Returns 0 on success.
+
     """
     if opts.get('graph'):
         return cmdutil.graphlog(ui, repo, *pats, **opts)