/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2008-11-11 02:31:57 UTC
  • mto: This revision was merged to the branch mainline in revision 3829.
  • Revision ID: mbp@sourcefrog.net-20081111023157-ylori8pmnbsef6hm
Correct example of branchbuilder and change to a doctest, and refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
2953
2953
 
2954
2954
    modules_to_doctest = [
2955
2955
        'bzrlib',
 
2956
        'bzrlib.branchbuilder',
2956
2957
        'bzrlib.export',
2957
2958
        'bzrlib.inventory',
2958
2959
        'bzrlib.iterablefile',