tests/test-qrecord.t
changeset 22117 c1d93edcf004
parent 22113 2d2cb5e50095
child 22589 9ab18a912c44
equal deleted inserted replaced
22116:161085f87b95 22117:c1d93edcf004
    52   
    52   
    53         ? - display help
    53         ? - display help
    54   
    54   
    55       This command is not available when committing a merge.
    55       This command is not available when committing a merge.
    56   
    56   
    57   options:
    57   options ([+] can be repeated):
    58   
    58   
    59    -A --addremove           mark new/missing files as added/removed before
    59    -A --addremove           mark new/missing files as added/removed before
    60                             committing
    60                             committing
    61       --close-branch        mark a branch as closed, hiding it from the branch
    61       --close-branch        mark a branch as closed, hiding it from the branch
    62                             list
    62                             list
    72    -S --subrepos            recurse into subrepositories
    72    -S --subrepos            recurse into subrepositories
    73    -w --ignore-all-space    ignore white space when comparing lines
    73    -w --ignore-all-space    ignore white space when comparing lines
    74    -b --ignore-space-change ignore changes in the amount of white space
    74    -b --ignore-space-change ignore changes in the amount of white space
    75    -B --ignore-blank-lines  ignore changes whose lines are all blank
    75    -B --ignore-blank-lines  ignore changes whose lines are all blank
    76   
    76   
    77   [+] marked option can be specified multiple times
       
    78   
       
    79   (some details hidden, use --verbose to show complete help)
    77   (some details hidden, use --verbose to show complete help)
    80 
    78 
    81 help (no mq, so no qrecord)
    79 help (no mq, so no qrecord)
    82 
    80 
    83   $ hg help qrecord
    81   $ hg help qrecord
   131   
   129   
   132   interactively record a new patch
   130   interactively record a new patch
   133   
   131   
   134       See "hg help qnew" & "hg help record" for more information and usage.
   132       See "hg help qnew" & "hg help record" for more information and usage.
   135   
   133   
   136   options:
   134   options ([+] can be repeated):
   137   
   135   
   138    -e --edit                invoke editor on commit messages
   136    -e --edit                invoke editor on commit messages
   139    -g --git                 use git extended diff format
   137    -g --git                 use git extended diff format
   140    -U --currentuser         add "From: <current user>" to patch
   138    -U --currentuser         add "From: <current user>" to patch
   141    -u --user USER           add "From: <USER>" to patch
   139    -u --user USER           add "From: <USER>" to patch
   147    -l --logfile FILE        read commit message from file
   145    -l --logfile FILE        read commit message from file
   148    -w --ignore-all-space    ignore white space when comparing lines
   146    -w --ignore-all-space    ignore white space when comparing lines
   149    -b --ignore-space-change ignore changes in the amount of white space
   147    -b --ignore-space-change ignore changes in the amount of white space
   150    -B --ignore-blank-lines  ignore changes whose lines are all blank
   148    -B --ignore-blank-lines  ignore changes whose lines are all blank
   151       --mq                  operate on patch repository
   149       --mq                  operate on patch repository
   152   
       
   153   [+] marked option can be specified multiple times
       
   154   
   150   
   155   (some details hidden, use --verbose to show complete help)
   151   (some details hidden, use --verbose to show complete help)
   156 
   152 
   157   $ cd a
   153   $ cd a
   158 
   154