diff mercurial/commands.py @ 22502:e6e7ef68c879

merge with stable
author Matt Mackall <mpm@selenic.com>
date Mon, 22 Sep 2014 16:14:08 -0500
parents bde49bbfb30f abf4e98b8ff2
children bb14cca8c4e4
line wrap: on
line diff
--- 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)