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

switch on experimental mode by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
                     ]
141
141
    aliases = []
142
142
    def run(self, source, verbose=False, info=None, trees=False,
143
 
        checkpoint=10000, count=-1, inv_cache=10, experimental=False):
 
143
        checkpoint=10000, count=-1, inv_cache=10, experimental=True):
144
144
        from bzrlib import bzrdir
145
145
        from bzrlib.plugins.fastimport.processors import generic_processor
146
146
        control, relpath = bzrdir.BzrDir.open_containing('.')