[PATCH] annotate: mention that -n is suppressed in help

timeless timeless at mozdev.org
Fri Dec 18 17:40:49 UTC 2015


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1450364174 0
#      Thu Dec 17 14:56:14 2015 +0000
# Node ID c4f36622b387b5c4b23e77398bcc366c1f8dcc2b
# Parent  2916ebaef3129451bfd4f9f62487e70f74124d46
annotate: mention that -n is suppressed in help

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -329,6 +329,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


More information about the Mercurial-devel mailing list