doc/hg.1.txt
changeset 1522 d07d729ce306
parent 1456 214f42f23a3b
child 1608 722fd16f6f8c
equal deleted inserted replaced
1521:11a58d2cdffb 1522:d07d729ce306
    85     Add all new files and remove all missing files from the repository.
    85     Add all new files and remove all missing files from the repository.
    86 
    86 
    87     New files are ignored if they match any of the patterns in .hgignore. As
    87     New files are ignored if they match any of the patterns in .hgignore. As
    88     with add, these changes take effect at the next commit.
    88     with add, these changes take effect at the next commit.
    89 
    89 
    90 annotate [-r <rev> -u -n -c] [files ...]::
    90 annotate [-r <rev> -u -n -c -d] [files ...]::
    91     List changes in files, showing the revision id responsible for each line
    91     List changes in files, showing the revision id responsible for each line
    92 
    92 
    93     This command is useful to discover who did a change or when a change took
    93     This command is useful to discover who did a change or when a change took
    94     place.
    94     place.
    95 
    95 
   101     -a, --text            treat all files as text
   101     -a, --text            treat all files as text
   102     -I, --include <pat>   include names matching the given patterns
   102     -I, --include <pat>   include names matching the given patterns
   103     -X, --exclude <pat>   exclude names matching the given patterns
   103     -X, --exclude <pat>   exclude names matching the given patterns
   104     -r, --revision <rev>  annotate the specified revision
   104     -r, --revision <rev>  annotate the specified revision
   105     -u, --user            list the author
   105     -u, --user            list the author
       
   106     -d, --date            list the commit date
   106     -c, --changeset       list the changeset
   107     -c, --changeset       list the changeset
   107     -n, --number          list the revision number (default)
   108     -n, --number          list the revision number (default)
   108 
   109 
   109 bundle <file> <other>::
   110 bundle <file> <other>::
   110     (EXPERIMENTAL)
   111     (EXPERIMENTAL)