~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

- add a basic annotate built-in command

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
                   'bzrlib.selftest.test_upgrade',
513
513
                   'bzrlib.selftest.test_conflicts',
514
514
                   'bzrlib.selftest.testtestament',
 
515
                   'bzrlib.selftest.testannotate',
515
516
                   ]
516
517
 
517
518
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,