changeset 27540:9dcd55a63f0b

annotate: mention that -n is suppressed in help
author timeless <timeless@mozdev.org>
date Thu, 17 Dec 2015 14:56:14 +0000
parents 23541bdd1610
children 69df2081aeb5
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Dec 23 16:22:20 2015 -0800
+++ b/mercurial/commands.py	Thu Dec 17 14:56:14 2015 +0000
@@ -330,6 +330,9 @@
     This command is useful for discovering when a change was made and
     by whom.
 
+    If you include --file, --user, or --date, the revision number is
+    suppressed unless you also include --number.
+
     Without the -a/--text option, annotate will avoid processing files
     it detects as binary. With -a, annotate will annotate the file
     anyway, although the results will probably be neither useful