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

Fix some bit of fetching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
        try:
232
232
            transport.fetch_pack(lambda x: [], None, lambda x: None, 
233
233
                                 lambda x: mutter("git: %s" % x))
234
 
        except errors.git_errors.GitProtocolError:
 
234
        except GitProtocolException, e:
235
235
            raise errors.bzr_errors.NotBranchError(path=transport.base)
236
236
        else:
237
237
            return format