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

Rename bzr to brz in a few more places.

Merged from https://code.launchpad.net/~jelmer/brz/docs-brz/+merge/389271

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
    """Class that maps between Git and Bazaar semantics."""
168
168
    experimental = False
169
169
 
170
 
    BZR_DUMMY_FILE = None
 
170
    BZR_DUMMY_FILE = None  # type: Optional[str]
171
171
 
172
172
    def is_special_file(self, filename):
173
173
        return (filename in (self.BZR_DUMMY_FILE, ))