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

Add git-import command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
    def remove(self, revid):
52
52
        self.done.add(revid)
53
 
        if ref in self.heads:
 
53
        if revid in self.heads:
54
54
            self.heads.remove(revid)
55
55
        if revid in self.parents:
56
56
            for p in self.parents[revid]: