tests/test-glog-topological.t
changeset 23569 3ecbcffdeb0c
parent 23568 740ae54573a3
child 28627 d7af9b4ae7dd
equal deleted inserted replaced
23568:740ae54573a3 23569:3ecbcffdeb0c
    38   o  0
    38   o  0
    39   
    39   
    40 
    40 
    41 (display all nodes)
    41 (display all nodes)
    42 
    42 
    43   $ hg --config experimental.graph-topological=1 log -G
    43   $ hg --config experimental.graph-group-branches=1 log -G
    44   o  8
    44   o  8
    45   |
    45   |
    46   o  3
    46   o  3
    47   |
    47   |
    48   o  2
    48   o  2
    60   o  0
    60   o  0
    61   
    61   
    62 
    62 
    63 (revset skipping nodes)
    63 (revset skipping nodes)
    64 
    64 
    65   $ hg --config experimental.graph-topological=1 log -G --rev 'not (2+6)'
    65   $ hg --config experimental.graph-group-branches=1 log -G --rev 'not (2+6)'
    66   o  8
    66   o  8
    67   |
    67   |
    68   o  3
    68   o  3
    69   |
    69   |
    70   o  1
    70   o  1
    78   o  0
    78   o  0
    79   
    79   
    80 
    80 
    81 (begin) from the other branch
    81 (begin) from the other branch
    82 
    82 
    83   $ hg --config experimental.graph-topological=1 --config experimental.graph-topological.firstbranch=5 log -G
    83   $ hg --config experimental.graph-group-branches=1 --config experimental.graph-group-branches.firstbranch=5 log -G
    84   o  7
    84   o  7
    85   |
    85   |
    86   o  6
    86   o  6
    87   |
    87   |
    88   o  5
    88   o  5