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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-09-14 22:19:55 UTC
  • mfrom: (7111.1.1 no-colo-name)
  • Revision ID: breezy.the.bot@gmail.com-20180914221955-yzu7hh0735eoinbr
Don't use colocated branch names for derived branch directory names.

Merged from https://code.launchpad.net/~jelmer/brz/no-colo-name/+merge/354946

Show diffs side-by-side

added added

removed removed

Lines of Context:
1460
1460
            # RBC 20060209
1461
1461
            revision_id = br_from.last_revision()
1462
1462
        if to_location is None:
1463
 
            to_location = getattr(br_from, "name", None)
1464
 
            if not to_location:
1465
 
                to_location = urlutils.derive_to_location(from_location)
 
1463
            to_location = urlutils.derive_to_location(from_location)
1466
1464
        to_transport = transport.get_transport(to_location)
1467
1465
        try:
1468
1466
            to_transport.mkdir('.')