/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

ImplementĀ GitDir.destroy_workingtree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
    def destroy_repository(self):
163
163
        raise bzr_errors.UnsupportedOperation(self.destroy_repository, self)
164
164
 
 
165
    def destroy_workingtree(self):
 
166
        raise bzr_errors.UnsupportedOperation(self.destroy_workingtree, self)
 
167
 
165
168
    def list_branches(self):
166
169
        ret = []
167
170
        for name in self._git.get_refs():