~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: 2008-03-31 09:17:45 UTC
  • mfrom: (3317.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080331091745-r831hmhda7j4nm54
Fix wording in the checkouts help topic (James Westby)

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
Lightweight checkouts work best when you have fast reliable access to the
351
351
master branch. This means that if the master branch is on the same disk or LAN
352
352
a lightweight checkout will be faster than a heavyweight one for any commands
353
 
that modify the revision history (as only one copy branch needs to be updated).
354
 
Heavyweight checkouts will generally be faster for any command that uses the
355
 
history but does not change it, but if the master branch is on the same disk
356
 
then there wont be a noticeable difference.
 
353
that modify the revision history (as only one copy of the branch needs to
 
354
be updated). Heavyweight checkouts will generally be faster for any command
 
355
that uses the history but does not change it, but if the master branch is on
 
356
the same disk then there won't be a noticeable difference.
357
357
 
358
358
Another possible use for a checkout is to use it with a treeless repository
359
359
containing your branches, where you maintain only one working tree by