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

Add a 'brz clone' command.

Merged from https://code.launchpad.net/~jelmer/brz/clone/+merge/379369

Show diffs side-by-side

added added

removed removed

Lines of Context:
457
457
        extra = []
458
458
        if repository.make_working_trees():
459
459
            extra.append('trees')
460
 
        if len(control.get_branches()) > 0:
 
460
        if len(control.branch_names()) > 0:
461
461
            extra.append('colocated branches')
462
462
        if extra:
463
463
            phrase += ' with ' + " and ".join(extra)