~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: James Westby
  • Date: 2007-02-03 09:30:33 UTC
  • mto: (2270.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2273.
  • Revision ID: jw+debian@jameswestby.net-20070203093033-57ebkvaucudqrf1i
Update the checkouts help topic with the comments from Aaron.
Add a NEWS entry for the change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2851
2851
    """Unbind the current branch from its master branch.
2852
2852
 
2853
2853
    After unbinding, the local branch is considered independent.
2854
 
    All subsequent commits will be local. This turns a heavy checkout in to
 
2854
    All subsequent commits will be local. This turns a heavy checkout into
2855
2855
    a normal branch.
2856
2856
 
2857
2857
    See "help checkouts" for more information on checkouts.