tests/test-blackbox.t
changeset 42615 56132ebd14c6
parent 42602 c7d236b55a3e
child 42884 775224e26d74
equal deleted inserted replaced
42614:117437f3f541 42615:56132ebd14c6
    20   > mq=
    20   > mq=
    21   > myextension=$TESTTMP/myextension.py
    21   > myextension=$TESTTMP/myextension.py
    22   > [alias]
    22   > [alias]
    23   > confuse = log --limit 3
    23   > confuse = log --limit 3
    24   > so-confusing = confuse --style compact
    24   > so-confusing = confuse --style compact
    25   > [blackbox]
       
    26   > track = backupbundle, branchcache, command, commandalias, commandexception,
       
    27   >         commandfinish, debug, exthook, incoming, pythonhook, tagscache
       
    28   > EOF
    25   > EOF
    29 
    26 
    30   $ hg init blackboxtest
    27   $ hg init blackboxtest
    31   $ cd blackboxtest
    28   $ cd blackboxtest
    32 
    29