~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/stacked.txt

  • Committer: Martin Pool
  • Date: 2009-07-20 08:47:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4566.
  • Revision ID: mbp@sourcefrog.net-20090720084758-rkvtpk8zvttgan3g
Review cleanups of typos and unneeded imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
Stacking of existing branches can be changed using the ``bzr reconfigure``
92
92
command to either stack on an existing branch, or to turn off stacking.
93
93
Be aware that when ``bzr reconfigure --unstacked`` is used, bzr will
94
 
to copy all the referenced data from the stacked-on repository into the
 
94
copy all the referenced data from the stacked-on repository into the
95
95
previously stacked repository.  For large repositories this may take
96
96
considerable time and may substantially increase the size of the
97
97
repository.