~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

Add topo_sort utility function

Show diffs side-by-side

added added

removed removed

Lines of Context:
609
609
                   'bzrlib.selftest.testhttp',
610
610
                   'bzrlib.selftest.testnonascii',
611
611
                   'bzrlib.selftest.testreweave',
 
612
                   'bzrlib.selftest.testtsort',
612
613
                   ]
613
614
 
614
615
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,