/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

  • Committer: Alexander Belchenko
  • Date: 2009-02-18 14:15:04 UTC
  • mto: (0.64.163 trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: bialix@ukr.net-20090218141504-5sxyw2a19bkovpnl
fast-export should force binary sys.stdout on win32

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
                        ),
396
396
                     ]
397
397
    aliases = []
 
398
    encoding_type = 'exact'
398
399
    def run(self, source, verbose=False, git_branch="master", checkpoint=1000,
399
400
        marks=None, import_marks=None, export_marks=None):
400
401
        from bzrlib.plugins.fastimport import bzr_exporter