annotate: mention that -n is suppressed in help
authortimeless <timeless@mozdev.org>
Thu, 17 Dec 2015 14:56:14 +0000
changeset 27540 9dcd55a63f0b
parent 27539 23541bdd1610
child 27541 69df2081aeb5
annotate: mention that -n is suppressed in help
mercurial/commands.py
--- 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