tests/test-blackbox.t
changeset 40439 25f1c7bd649d
parent 40369 ef6cab7930b3
child 40442 d69cf134bd50
equal deleted inserted replaced
40438:5d8f291405e5 40439:25f1c7bd649d
    78   $ hg blackbox
    78   $ hg blackbox
    79   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> so-confusing
    79   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> so-confusing
    80   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> alias 'so-confusing' expands to 'confuse --style compact'
    80   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> alias 'so-confusing' expands to 'confuse --style compact'
    81   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> alias 'confuse' expands to 'log --limit 3'
    81   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> alias 'confuse' expands to 'log --limit 3'
    82   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> so-confusing exited 0 after * seconds (glob)
    82   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> so-confusing exited 0 after * seconds (glob)
       
    83   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> blackbox
       
    84 
       
    85 custom date format
       
    86   $ rm ./.hg/blackbox.log
       
    87   $ hg --config blackbox.date-format='%Y-%m-%d @ %H:%M:%S' \
       
    88   >    --config devel.default-date='1334347993 0' --traceback status
       
    89   A a
       
    90   $ hg blackbox
       
    91   2012-04-13 @ 20:13:13 bob @0000000000000000000000000000000000000000 (5000)> --config 'blackbox.date-format=%Y-%m-%d @ %H:%M:%S' --config 'devel.default-date=1334347993 0' --traceback status
       
    92   2012-04-13 @ 20:13:13 bob @0000000000000000000000000000000000000000 (5000)> --config 'blackbox.date-format=%Y-%m-%d @ %H:%M:%S' --config 'devel.default-date=1334347993 0' --traceback status exited 0 after * seconds (glob)
    83   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> blackbox
    93   1970/01/01 00:00:00 bob @0000000000000000000000000000000000000000 (5000)> blackbox
    84 
    94 
    85 incoming change tracking
    95 incoming change tracking
    86 
    96 
    87 create two heads to verify that we only see one change in the log later
    97 create two heads to verify that we only see one change in the log later