/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: Canonical.com Patch Queue Manager
  • Date: 2010-05-03 06:25:46 UTC
  • mfrom: (5197.1.1 merge-2.1-into-devel)
  • Revision ID: pqm@pqm.ubuntu.com-20100503062546-wn9nc683p0m0angh
(andrew) Merge lp:bzr/2.1 into lp:bzr, including fix for #528041.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4681
4681
 
4682
4682
class cmd_bind(Command):
4683
4683
    __doc__ = """Convert the current branch into a checkout of the supplied branch.
4684
 
    If no branch is supplied, rebind to the last bound location.
4685
4684
 
4686
4685
    Once converted into a checkout, commits must succeed on the master branch
4687
4686
    before they will be applied to the local branch.