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

  • Committer: John Arbash Meinel
  • Date: 2005-11-13 01:50:16 UTC
  • mto: (1587.1.6 bound-branches)
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: john@arbash-meinel.com-20051113015016-6ca45e7115ab63f6
Cleaned up tests and code, all bound branch tests succeed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
            if name:
548
548
                name = StringIO(name)
549
549
                branch.put_controlfile('branch-name', name)
550
 
            if bound:
551
 
                branch.bind(br_from.base)
552
550
        finally:
553
551
            br_from.unlock()
 
552
        if bound:
 
553
            branch.bind(br_from)
554
554
 
555
555
 
556
556
class cmd_renames(Command):