From f31f5ebcd5e2eba0c9ff011b5c1fa39898e02471 Mon Sep 17 00:00:00 2001 From: Jun Wu Date: Fri, 30 Apr 2021 15:12:33 -0700 Subject: [PATCH] commands: update help text of `log` Summary: It has been wrong since 2014 (tweakdefault). Reviewed By: kulshrax Differential Revision: D28122703 fbshipit-source-id: c83ddbac2c6162e36672649c60c2e7916dc7cbd2 --- eden/scm/edenscm/mercurial/commands/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eden/scm/edenscm/mercurial/commands/__init__.py b/eden/scm/edenscm/mercurial/commands/__init__.py index 1a8a4bc22e..c2b0255ca2 100644 --- a/eden/scm/edenscm/mercurial/commands/__init__.py +++ b/eden/scm/edenscm/mercurial/commands/__init__.py @@ -4045,9 +4045,7 @@ def log(ui, repo, *pats, **opts): Print the revision history of the specified files or the entire project. - If no revision range is specified, the default is ``tip:0`` unless - --follow is set, in which case the working directory parent is - used as the starting revision. + If no revision range is specified, the default is ``::.``. File history is shown without following rename or copy history of files. Use -f/--follow with a filename to follow history across