~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-08 02:20:19 UTC
  • mfrom: (1702.1.1 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060508022019-ad3b41d875be4d4d
(mbp) Fix unbind help text

Show diffs side-by-side

added added

removed removed

Lines of Context:
2376
2376
 
2377
2377
 
2378
2378
class cmd_unbind(Command):
2379
 
    """Bind the current branch to its parent.
 
2379
    """Unbind the current branch from its master branch.
2380
2380
 
2381
2381
    After unbinding, the local branch is considered independent.
 
2382
    All subsequent commits will be local.
2382
2383
    """
2383
2384
 
2384
2385
    takes_args = []