doc/hg.1.txt
changeset 734 d4e161d60f61
parent 731 91ca3afab8e8
child 737 8db4d406b3d3
equal deleted inserted replaced
733:1966c553f652 734:d4e161d60f61
    71     
    71     
    72     This command is useful to discover who did a change or when a change took
    72     This command is useful to discover who did a change or when a change took
    73     place.
    73     place.
    74     
    74     
    75     options:
    75     options:
       
    76     -I, --include <pat>  include directories matching the given patterns
       
    77     -X, --exclude <pat>  exclude directories matching the given patterns
    76     -r, --revision <rev>  annotate the specified revision
    78     -r, --revision <rev>  annotate the specified revision
    77     -u, --user            list the author
    79     -u, --user            list the author
    78     -c, --changeset       list the changeset
    80     -c, --changeset       list the changeset
    79     -n, --number          list the revision number (default)
    81     -n, --number          list the revision number (default)
    80 
    82 
   130     When two revision arguments are given, then changes are shown
   132     When two revision arguments are given, then changes are shown
   131     between those revisions. If only one revision is specified then
   133     between those revisions. If only one revision is specified then
   132     that revision is compared to the working directory, and, when no
   134     that revision is compared to the working directory, and, when no
   133     revisions are specified, the working directory files are compared
   135     revisions are specified, the working directory files are compared
   134     to its parent.
   136     to its parent.
       
   137 
       
   138     options:
       
   139     -I, --include <pat>  include directories matching the given patterns
       
   140     -X, --exclude <pat>  exclude directories matching the given patterns
   135 
   141 
   136 export [-o filespec] [revision] ...::
   142 export [-o filespec] [revision] ...::
   137     Print the changeset header and diffs for one or more revisions.
   143     Print the changeset header and diffs for one or more revisions.
   138 
   144 
   139     The information shown in the changeset header is: author,
   145     The information shown in the changeset header is: author,