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

Support stacking, depend on bzr 1.15.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        return True
79
79
 
80
80
    def cloning_metadir(self, stacked=False):
81
 
        return get_rich_root_format()
 
81
        return get_rich_root_format(stacked)
82
82
 
83
83
 
84
84
class LocalGitDir(GitDir):