tests/test-mq.t
changeset 16656 4ae3ba9e4d7a
parent 16634 435375cc0ca0
child 16733 4da10c00a20c
equal deleted inserted replaced
16655:6ca125af882f 16656:4ae3ba9e4d7a
    56     [mq]
    56     [mq]
    57     secret = True
    57     secret = True
    58   
    58   
    59   You will by default be managing a patch queue named "patches". You can create
    59   You will by default be managing a patch queue named "patches". You can create
    60   other, independent patch queues with the "hg qqueue" command.
    60   other, independent patch queues with the "hg qqueue" command.
       
    61   
       
    62   If the working directory contains uncommitted files, qpush, qpop and qgoto
       
    63   abort immediately. If -f/--force is used, the changes are discarded. Setting:
       
    64   
       
    65     [mq] check = True
       
    66   
       
    67   make them behave as if -c/--check were passed, and non-conflicting local
       
    68   changes will be tolerated and preserved. If incompatible options such as
       
    69   -f/--force or --exact are passed, this setting is ignored.
    61   
    70   
    62   list of commands:
    71   list of commands:
    63   
    72   
    64    qapplied      print the patches already applied
    73    qapplied      print the patches already applied
    65    qclone        clone main and patch repository at same time
    74    qclone        clone main and patch repository at same time