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

Various minor fixes.

Merged from https://code.launchpad.net/~jelmer/brz-git/misc-2/+merge/342482

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
 
183
183
class SubmodulesRequireSubtrees(BzrError):
184
184
    _fmt = ("The repository you are fetching from contains submodules, "
185
 
            "which are not yet supported.")
 
185
            "which require a Bazaar format that supports tree references.")
186
186
    internal = False
187
187
 
188
188