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

RemoveĀ unusedĀ code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    Tree,
60
60
    )
61
61
 
62
 
S_IFGITLINK = 0160000
63
 
 
64
 
#S_IFREG | 0664 # *Might* see this; would fail fsck --strict
65
 
 
66
62
 
67
63
class BzrBackend(Backend):
68
64
 
145
141
        commits_to_send = set([self.mapping.revision_id_foreign_to_bzr(w) for w in wants])
146
142
        rev_done = set()
147
143
        obj_sent = set()
148
 
 
149
144
        objects = set()
150
145
 
151
146
        repo.lock_read()