/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 tests/__init__.py

Fix repeeling objects when determining what to send.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
        'test_revspec',
203
203
        'test_roundtrip',
204
204
        'test_transportgit',
 
205
        'test_unpeel_map',
205
206
        'test_workingtree',
206
207
        ]
207
208
    testmod_names = ['%s.%s' % (__name__, t) for t in testmod_names]