~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-12 21:42:10 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-20051112214210-6afc243ae098682f
Added a test for the unbind command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1774
1774
    takes_options = []
1775
1775
 
1776
1776
    def run(self):
1777
 
        b = Branch.open_containing('.')
 
1777
        b, relpath = Branch.open_containing('.')
1778
1778
        b.unbind()
1779
1779
 
1780
1780
# these get imported and then picked up by the scan for cmd_*