/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 breezy/plugins/weave_fmt/__init__.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2017-06-11 20:39:18 UTC
  • mfrom: (6686.2.2 move-store)
  • Revision ID: breezy.the.bot@gmail.com-20170611203918-z0exbdb8e8tgb7da
Move breezy.store to breezy.plugins.weave_fmt.store.

Merged from https://code.launchpad.net/~jelmer/brz/move-store/+merge/325460

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    testmod_names = [
122
122
        'test_bzrdir',
123
123
        'test_repository',
 
124
        'test_store',
124
125
        'test_workingtree',
125
126
        ]
126
127
    basic_tests.addTest(loader.loadTestsFromModuleNames(