tests/test-glog-topological.t
changeset 45765 ed84a4d48910
parent 42309 604c086ddde6
equal deleted inserted replaced
45756:79d681753c4d 45765:ed84a4d48910
     1 This test file aims at test topological iteration and the various configuration it can has.
     1 This test file aims at test topological iteration and the various configuration it can has.
     2 
     2 
     3   $ cat >> $HGRCPATH << EOF
     3   $ cat >> $HGRCPATH << EOF
     4   > [ui]
     4   > [command-templates]
     5   > logtemplate={rev}\n
     5   > log={rev}\n
     6   > EOF
     6   > EOF
     7 
     7 
     8 On this simple example, all topological branch are displayed in turn until we
     8 On this simple example, all topological branch are displayed in turn until we
     9 can finally display 0. this implies skipping from 8 to 3 and coming back to 7
     9 can finally display 0. this implies skipping from 8 to 3 and coming back to 7
    10 later.
    10 later.