~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/__init__.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        # doesn't always fail at get() time. Sometimes it fails
91
91
        # during read. And that raises a generic IOError with
92
92
        # just the string 'Failure'
93
 
        # StubSFTPServer does fail during get() (because of prefetch) 
 
93
        # StubSFTPServer does fail during get() (because of prefetch)
94
94
        # so it has an opportunity to translate the error.
95
95
        raise errors.NotABundle(str(e))
96
96
    except errors.NotAMergeDirective: