/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 tests/__init__.py

Fix GitBranchBuilder to use refs/heads/master instead of refs/head/master.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        self.stream = stream
68
68
        self._process = None
69
69
        self._counter = 0
70
 
        self._branch = 'refs/head/master'
 
70
        self._branch = 'refs/heads/master'
71
71
        if stream is None:
72
72
            # Write the marks file into the git sandbox.
73
73
            self._marks_file_name = osutils.abspath('marks')