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

More test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
    BZR_DUMMY_FILE = None
102
102
 
 
103
    def is_special_file(self, filename):
 
104
        return (filename in (self.BZR_FILE_IDS_FILE, self.BZR_DUMMY_FILE))
 
105
 
103
106
    def __init__(self):
104
107
        super(BzrGitMapping, self).__init__(foreign_vcs_git)
105
108