~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-01 15:52:43 UTC
  • mfrom: (2370.1.2 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20070401155243-5f4a82698a76858e
Minor fixes to help on checkouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
then there wont be a noticeable difference.
200
200
 
201
201
Another possible use for a checkout is to use it with a treeless repository
202
 
containing your branches, where you maintain only only one working tree by
 
202
containing your branches, where you maintain only one working tree by
203
203
switching the master branch that the checkout points to when you want to 
204
204
work on a different branch.
205
205
 
206
206
Obviously to commit on a checkout you need to be able to write to the master
207
 
branch. This means that the master branch must be accessable over a writeable
 
207
branch. This means that the master branch must be accessible over a writeable
208
208
protocol , such as sftp://, and that you have write permissions at the other
209
209
end. Checkouts also work on the local file system, so that all that matters is
210
210
file permissions.