diff mercurial/commands.py @ 35683:ea3320015d54

log: remove dead code to follow descendants if ascending revisions specified It's been disabled since 8b4b9ee6001a "log: make -fr show complete history from the given revs" 2015-02-06, and we've got no bug report regarding this exact behavior. For details what the heck "followdescendants" is, please see the issue comment: https://bz.mercurial-scm.org/show_bug.cgi?id=4959#c72 "'rev(%d)' % startrev" can be replaced with '.' since revs are 'reversed(:.)'.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 10 Dec 2017 18:22:06 +0900
parents e29823c6d3e8
children 1c929b4942a3
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Dec 10 16:59:54 2017 +0900
+++ b/mercurial/commands.py	Sun Dec 10 18:22:06 2017 +0900
@@ -3280,7 +3280,7 @@
     File history is shown without following rename or copy history of
     files. Use -f/--follow with a filename to follow history across
     renames and copies. --follow without a filename will only show
-    ancestors or descendants of the starting revision.
+    ancestors of the starting revision.
 
     By default this command prints revision number and changeset id,
     tags, non-trivial parents, user, date and time, and a summary for