tests/test-extdiff.t
changeset 22117 c1d93edcf004
parent 22110 26f7c8033bed
child 23138 72a89cf86fcd
child 23150 aff73c777b0b
equal deleted inserted replaced
22116:161085f87b95 22117:c1d93edcf004
    35       When two revision arguments are given, then changes are shown between
    35       When two revision arguments are given, then changes are shown between
    36       those revisions. If only one revision is specified then that revision is
    36       those revisions. If only one revision is specified then that revision is
    37       compared to the working directory, and, when no revisions are specified,
    37       compared to the working directory, and, when no revisions are specified,
    38       the working directory files are compared to its parent.
    38       the working directory files are compared to its parent.
    39   
    39   
    40   options:
    40   options ([+] can be repeated):
    41   
    41   
    42    -o --option OPT [+]      pass option to comparison program
    42    -o --option OPT [+]      pass option to comparison program
    43    -r --rev REV [+]         revision
    43    -r --rev REV [+]         revision
    44    -c --change REV          change made by revision
    44    -c --change REV          change made by revision
    45    -I --include PATTERN [+] include names matching the given patterns
    45    -I --include PATTERN [+] include names matching the given patterns
    46    -X --exclude PATTERN [+] exclude names matching the given patterns
    46    -X --exclude PATTERN [+] exclude names matching the given patterns
    47   
       
    48   [+] marked option can be specified multiple times
       
    49   
    47   
    50   (some details hidden, use --verbose to show complete help)
    48   (some details hidden, use --verbose to show complete help)
    51 
    49 
    52   $ hg ci -d '0 0' -mtest1
    50   $ hg ci -d '0 0' -mtest1
    53 
    51