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

Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    :return: A BundleReader, may raise NotABundle if the target 
32
32
            is not a proper bundle.
33
33
    """
 
34
    url = urlutils.normalize_url(url)
34
35
    url, filename = urlutils.split(url, exclude_trailing_slash=False)
35
36
    if not filename:
36
37
        # A path to a directory was passed in