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

Add blackbox test for info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
class GitBranchFormat(branch.BranchFormat):
43
43
 
44
 
    def get_format_description(self):
 
44
    def get_branch_description(self):
45
45
        return 'Git Branch'
46
46
 
47
47
 
104
104
    def unlock(self):
105
105
        self.control_files.unlock()
106
106
 
107
 
    def get_physical_lock_status(self):
108
 
        return False
109
 
 
110
107
    def get_push_location(self):
111
108
        """See Branch.get_push_location."""
112
109
        push_loc = self.get_config().get_user_option('push_location')