~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-08 02:50:09 UTC
  • mfrom: (4873.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091208025009-gl99rafhvgv3ukhs
(igc) Add info related to checkouts (Patrick Regan)

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
bind"). This will change the location that the commits are sent to. The bind
406
406
command can also be used to turn a branch into a heavy checkout. If you
407
407
would like to convert your heavy checkout into a normal branch so that every
408
 
commit is local, you can use the "unbind" command.
 
408
commit is local, you can use the "unbind" command. To see whether or not a
 
409
branch is bound or not you can use the "info" command. If the branch is bound
 
410
it will tell you the location of the bound branch.
409
411
 
410
412
Related commands::
411
413
 
419
421
              be sent to
420
422
  unbind      Turn a heavy checkout into a standalone branch so that any
421
423
              commits are only made locally
 
424
  info        Displays whether a branch is bound or unbound. If the branch is
 
425
              bound, then it will also display the location of the bound branch
422
426
"""
423
427
 
424
428
_repositories = \