/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/help_topics.py

  • Committer: Robert Collins
  • Date: 2007-03-27 21:45:59 UTC
  • mfrom: (2379 +trunk)
  • mto: (2018.5.109 hpss)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: robertc@robertcollins.net-20070327214559-3zto1rfp3g7dnzl9
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
branch, which could be slow if a network connection is involved. Also, as you
191
191
don't have a local branch, then you cannot commit locally.
192
192
 
193
 
Lightwieght checkouts work best when you have fast reliable access to the
 
193
Lightweight checkouts work best when you have fast reliable access to the
194
194
master branch. This means that if the master branch is on the same disk or LAN
195
195
a lightweight checkout will be faster than a heavyweight one for any commands
196
196
that modify the revision history (as only one copy branch needs to be updated).