mercurial/commands.py
changeset 27540 9dcd55a63f0b
parent 27490 fe376159a58d
child 27562 cb0cfa9fd340
equal deleted inserted replaced
27539:23541bdd1610 27540:9dcd55a63f0b
   327     List changes in files, showing the revision id responsible for
   327     List changes in files, showing the revision id responsible for
   328     each line.
   328     each line.
   329 
   329 
   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 
       
   333     If you include --file, --user, or --date, the revision number is
       
   334     suppressed unless you also include --number.
   332 
   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
   336     nor desirable.
   339     nor desirable.