/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

Default to non-bare repositories when initializing a control directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
                "non-local transports")
177
177
        lazy_check_versions()
178
178
        from dulwich.repo import Repo
179
 
        Repo.create(transport.local_abspath(".").encode(osutils._fs_enc))
 
179
        Repo.init(transport.local_abspath(".").encode(osutils._fs_enc))
180
180
        return self.open(transport)
181
181
 
182
182
    def is_supported(self):