~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http.py

  • Committer: Robert Collins
  • Date: 2005-10-10 03:24:15 UTC
  • Revision ID: robertc@robertcollins.net-20051010032415-2d3840758bc6e9b8
merge in and make incremental Gustavo Niemeyers nested log patch, and remove all bare exceptions in store and transport packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
            raise NoSuchFile(msg = "Error retrieving %s" 
149
149
                             % self.abspath(relpath),
150
150
                             orig_error=e)
151
 
        except Exception,e:
152
 
            raise HttpTransportError(orig_error=e)
153
151
 
154
152
    def get_partial(self, relpath, start, length=None):
155
153
        """Get just part of a file.