tests/test-qrecord.t
changeset 15202 0150741caace
parent 15145 ff26712a0c50
child 15321 e174353e8cda
equal deleted inserted replaced
15201:2c4fdee4d1a8 15202:0150741caace
    68    -b --ignore-space-change ignore changes in the amount of white space
    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
    69    -B --ignore-blank-lines  ignore changes whose lines are all blank
    70   
    70   
    71   [+] marked option can be specified multiple times
    71   [+] marked option can be specified multiple times
    72   
    72   
    73   use "hg -v help record" to show global options
    73   use "hg -v help record" to show more info
    74 
    74 
    75 help (no mq, so no qrecord)
    75 help (no mq, so no qrecord)
    76 
    76 
    77   $ hg help qrecord
    77   $ hg help qrecord
    78   hg qrecord [OPTION]... PATCH [FILE]...
    78   hg qrecord [OPTION]... PATCH [FILE]...
    79   
    79   
    80   interactively record a new patch
    80   interactively record a new patch
    81   
    81   
    82       See "hg help qnew" & "hg help record" for more information and usage.
    82       See "hg help qnew" & "hg help record" for more information and usage.
    83   
    83   
    84   use "hg -v help qrecord" to show global options
    84   use "hg -v help qrecord" to show more info
    85 
    85 
    86   $ hg init a
    86   $ hg init a
    87 
    87 
    88 qrecord (mq not present)
    88 qrecord (mq not present)
    89 
    89 
   111   
   111   
   112   interactively record a new patch
   112   interactively record a new patch
   113   
   113   
   114       See "hg help qnew" & "hg help record" for more information and usage.
   114       See "hg help qnew" & "hg help record" for more information and usage.
   115   
   115   
   116   use "hg -v help qrecord" to show global options
   116   use "hg -v help qrecord" to show more info
   117 
   117 
   118 help (mq present)
   118 help (mq present)
   119 
   119 
   120   $ sed 's/mq=nonexistant/mq=/' $HGRCPATH > hgrc.tmp
   120   $ sed 's/mq=nonexistant/mq=/' $HGRCPATH > hgrc.tmp
   121   $ mv hgrc.tmp $HGRCPATH
   121   $ mv hgrc.tmp $HGRCPATH
   144    -B --ignore-blank-lines  ignore changes whose lines are all blank
   144    -B --ignore-blank-lines  ignore changes whose lines are all blank
   145       --mq                  operate on patch repository
   145       --mq                  operate on patch repository
   146   
   146   
   147   [+] marked option can be specified multiple times
   147   [+] marked option can be specified multiple times
   148   
   148   
   149   use "hg -v help qrecord" to show global options
   149   use "hg -v help qrecord" to show more info
   150 
   150 
   151   $ cd a
   151   $ cd a
   152 
   152 
   153 Base commit
   153 Base commit
   154 
   154