##// END OF EJS Templates
annotate: mention that -n is suppressed in help
timeless -
r27540:9dcd55a6 default
parent child Browse files
Show More
@@ -330,6 +330,9 b' def annotate(ui, repo, *pats, **opts):'
330 This command is useful for discovering when a change was made and
330 This command is useful for discovering when a change was made and
331 by whom.
331 by whom.
332
332
333 If you include --file, --user, or --date, the revision number is
334 suppressed unless you also include --number.
335
333 Without the -a/--text option, annotate will avoid processing files
336 Without the -a/--text option, annotate will avoid processing files
334 it detects as binary. With -a, annotate will annotate the file
337 it detects as binary. With -a, annotate will annotate the file
335 anyway, although the results will probably be neither useful
338 anyway, although the results will probably be neither useful
General Comments 0
You need to be logged in to leave comments. Login now