tests/test-mq-qrefresh-interactive.t
changeset 15202 0150741caace
parent 15145 ff26712a0c50
child 16324 46b991a1f428
equal deleted inserted replaced
15201:2c4fdee4d1a8 15202:0150741caace
    44    -m --message TEXT        use text as commit message
    44    -m --message TEXT        use text as commit message
    45    -l --logfile FILE        read commit message from file
    45    -l --logfile FILE        read commit message from file
    46   
    46   
    47   [+] marked option can be specified multiple times
    47   [+] marked option can be specified multiple times
    48   
    48   
    49   use "hg -v help qrefresh" to show global options
    49   use "hg -v help qrefresh" to show more info
    50 
    50 
    51 help qrefresh (record)
    51 help qrefresh (record)
    52 
    52 
    53   $ echo "record=" >> $HGRCPATH
    53   $ echo "record=" >> $HGRCPATH
    54   $ hg help qrefresh
    54   $ hg help qrefresh
    89    -l --logfile FILE        read commit message from file
    89    -l --logfile FILE        read commit message from file
    90    -i --interactive         interactively select changes to refresh
    90    -i --interactive         interactively select changes to refresh
    91   
    91   
    92   [+] marked option can be specified multiple times
    92   [+] marked option can be specified multiple times
    93   
    93   
    94   use "hg -v help qrefresh" to show global options
    94   use "hg -v help qrefresh" to show more info
    95 
    95 
    96   $ hg init a
    96   $ hg init a
    97   $ cd a
    97   $ cd a
    98 
    98 
    99 Base commit
    99 Base commit