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

merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
        except IOError:
357
357
            return False
358
358
 
359
 
    def get(self, relpath, decode=False):
 
359
    def get(self, relpath):
360
360
        """
361
361
        Get the file at the given relative path.
362
362