tests/test-stabletailgraph.t
changeset 50457 1e31eda9c845
parent 50392 f0d2b18f0274
child 50458 a6522a7de594
equal deleted inserted replaced
50456:e1496403b08c 50457:1e31eda9c845
   292 Display the sort of "d" for reference:
   292 Display the sort of "d" for reference:
   293 
   293 
   294   $ hg test-sts d
   294   $ hg test-sts d
   295   d,c,b,*,a, (no-eol) (glob)
   295   d,c,b,*,a, (no-eol) (glob)
   296 
   296 
   297 Chack that sort "f" leaps from "d" to "b":
   297 Check that sort "f" leaps from "d" to "b":
   298 
   298 
   299   $ hg test-sts f
   299   $ hg test-sts f
   300   f,d,b,*,e,*,c,a, (no-eol) (glob)
   300   f,d,b,*,e,*,c,a, (no-eol) (glob)
   301 
   301 
   302   $ cd ..
   302   $ cd ..