tests/test-qrecord.t
changeset 14597 3f1dccea9510
parent 14448 7d367e8f892d
child 15145 ff26712a0c50
equal deleted inserted replaced
14596:6a0070d00bc8 14597:3f1dccea9510
    62    -X --exclude PATTERN [+]  exclude names matching the given patterns
    62    -X --exclude PATTERN [+]  exclude names matching the given patterns
    63    -m --message TEXT         use text as commit message
    63    -m --message TEXT         use text as commit message
    64    -l --logfile FILE         read commit message from file
    64    -l --logfile FILE         read commit message from file
    65    -d --date DATE            record the specified date as commit date
    65    -d --date DATE            record the specified date as commit date
    66    -u --user USER            record the specified user as committer
    66    -u --user USER            record the specified user as committer
       
    67    -w --ignore-all-space     ignore white space when comparing lines
       
    68    -b --ignore-space-change  ignore changes in the amount of white space
       
    69    -B --ignore-blank-lines   ignore changes whose lines are all blank
    67   
    70   
    68   [+] marked option can be specified multiple times
    71   [+] marked option can be specified multiple times
    69   
    72   
    70   use "hg -v help record" to show global options
    73   use "hg -v help record" to show global options
    71 
    74 
   134    -d --date DATE            add "Date: <DATE>" to patch
   137    -d --date DATE            add "Date: <DATE>" to patch
   135    -I --include PATTERN [+]  include names matching the given patterns
   138    -I --include PATTERN [+]  include names matching the given patterns
   136    -X --exclude PATTERN [+]  exclude names matching the given patterns
   139    -X --exclude PATTERN [+]  exclude names matching the given patterns
   137    -m --message TEXT         use text as commit message
   140    -m --message TEXT         use text as commit message
   138    -l --logfile FILE         read commit message from file
   141    -l --logfile FILE         read commit message from file
       
   142    -w --ignore-all-space     ignore white space when comparing lines
       
   143    -b --ignore-space-change  ignore changes in the amount of white space
       
   144    -B --ignore-blank-lines   ignore changes whose lines are all blank
   139       --mq                   operate on patch repository
   145       --mq                   operate on patch repository
   140   
   146   
   141   [+] marked option can be specified multiple times
   147   [+] marked option can be specified multiple times
   142   
   148   
   143   use "hg -v help qrecord" to show global options
   149   use "hg -v help qrecord" to show global options