/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/transport/local.py

Updated from dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
        path = self.abspath(relpath)
228
228
        try:
229
229
            return [urllib.quote(entry) for entry in os.listdir(path)]
230
 
        except (IOError, OSError),e:
 
230
        except (IOError, OSError), e:
231
231
            self._translate_error(e, path)
232
232
 
233
233
    def stat(self, relpath):