tests/test-qrecord.t
changeset 30152 d65e246100ed
parent 30024 f3c4edfd35e1
child 30306 5581b294f3c6
equal deleted inserted replaced
30151:381293e1135e 30152:d65e246100ed
    57   
    57   
    58   (use 'hg help -e record' to show help for the record extension)
    58   (use 'hg help -e record' to show help for the record extension)
    59   
    59   
    60   options ([+] can be repeated):
    60   options ([+] can be repeated):
    61   
    61   
    62    -A --[no-]addremove           mark new/missing files as added/removed before
    62    -A --addremove           mark new/missing files as added/removed before
    63                                  committing
    63                             committing
    64       --[no-]close-branch        mark a branch head as closed
    64       --close-branch        mark a branch head as closed
    65       --[no-]amend               amend the parent of the working directory
    65       --amend               amend the parent of the working directory
    66    -s --[no-]secret              use the secret phase for committing
    66    -s --secret              use the secret phase for committing
    67    -e --[no-]edit                invoke editor on commit messages
    67    -e --edit                invoke editor on commit messages
    68    -I --include PATTERN [+]      include names matching the given patterns
    68    -I --include PATTERN [+] include names matching the given patterns
    69    -X --exclude PATTERN [+]      exclude names matching the given patterns
    69    -X --exclude PATTERN [+] exclude names matching the given patterns
    70    -m --message TEXT             use text as commit message
    70    -m --message TEXT        use text as commit message
    71    -l --logfile FILE             read commit message from file
    71    -l --logfile FILE        read commit message from file
    72    -d --date DATE                record the specified date as commit date
    72    -d --date DATE           record the specified date as commit date
    73    -u --user USER                record the specified user as committer
    73    -u --user USER           record the specified user as committer
    74    -S --[no-]subrepos            recurse into subrepositories
    74    -S --subrepos            recurse into subrepositories
    75    -w --[no-]ignore-all-space    ignore white space when comparing lines
    75    -w --ignore-all-space    ignore white space when comparing lines
    76    -b --[no-]ignore-space-change ignore changes in the amount of white space
    76    -b --ignore-space-change ignore changes in the amount of white space
    77    -B --[no-]ignore-blank-lines  ignore changes whose lines are all blank
    77    -B --ignore-blank-lines  ignore changes whose lines are all blank
    78   
    78   
    79   (some details hidden, use --verbose to show complete help)
    79   (some details hidden, use --verbose to show complete help)
    80 
    80 
    81 help (no mq, so no qrecord)
    81 help (no mq, so no qrecord)
    82 
    82 
   133   
   133   
   134       See 'hg help qnew' & 'hg help record' for more information and usage.
   134       See 'hg help qnew' & 'hg help record' for more information and usage.
   135   
   135   
   136   options ([+] can be repeated):
   136   options ([+] can be repeated):
   137   
   137   
   138    -e --[no-]edit                invoke editor on commit messages
   138    -e --edit                invoke editor on commit messages
   139    -g --[no-]git                 use git extended diff format
   139    -g --git                 use git extended diff format
   140    -U --[no-]currentuser         add "From: <current user>" to patch
   140    -U --currentuser         add "From: <current user>" to patch
   141    -u --user USER                add "From: <USER>" to patch
   141    -u --user USER           add "From: <USER>" to patch
   142    -D --[no-]currentdate         add "Date: <current date>" to patch
   142    -D --currentdate         add "Date: <current date>" to patch
   143    -d --date DATE                add "Date: <DATE>" to patch
   143    -d --date DATE           add "Date: <DATE>" to patch
   144    -I --include PATTERN [+]      include names matching the given patterns
   144    -I --include PATTERN [+] include names matching the given patterns
   145    -X --exclude PATTERN [+]      exclude names matching the given patterns
   145    -X --exclude PATTERN [+] exclude names matching the given patterns
   146    -m --message TEXT             use text as commit message
   146    -m --message TEXT        use text as commit message
   147    -l --logfile FILE             read commit message from file
   147    -l --logfile FILE        read commit message from file
   148    -w --[no-]ignore-all-space    ignore white space when comparing lines
   148    -w --ignore-all-space    ignore white space when comparing lines
   149    -b --[no-]ignore-space-change ignore changes in the amount of white space
   149    -b --ignore-space-change ignore changes in the amount of white space
   150    -B --[no-]ignore-blank-lines  ignore changes whose lines are all blank
   150    -B --ignore-blank-lines  ignore changes whose lines are all blank
   151       --[no-]mq                  operate on patch repository
   151       --mq                  operate on patch repository
   152   
   152   
   153   (some details hidden, use --verbose to show complete help)
   153   (some details hidden, use --verbose to show complete help)
   154 
   154 
   155   $ cd a
   155   $ cd a
   156 
   156