~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/tutorials/centralized_workflow.txt

  • Committer: John Arbash Meinel
  • Date: 2010-08-13 19:08:57 UTC
  • mto: (5050.17.7 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: john@arbash-meinel.com-20100813190857-mvzwnimrxvm0zimp
Lots of documentation updates.

We had a lot of http links pointing to the old domain. They should
all now be properly updated to the new domain. (only bazaar-vcs.org
entry left is for pqm, which seems to still reside at the old url.)

Also removed one 'TODO' doc entry about switching to binary xdelta, since
we basically did just that with groupcompress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
in sync.  This workflow is also applicable to a single developer working
22
22
on several different machines.
23
23
 
24
 
.. _Bazaar: http://bazaar-vcs.org
 
24
.. _Bazaar: http://bazaar.canonical.com
25
25
 
26
26
 
27
27
Initial Setup
100
100
document. See `Tracking Upstream`_ for some possibilities (section
101
101
"Converting and keeping history").
102
102
 
103
 
.. _Tracking Upstream: http://bazaar-vcs.org/TrackingUpstream
 
103
.. _Tracking Upstream: http://wiki.bazaar.canonical.com/TrackingUpstream
104
104
 
105
105
..
106
106
   XXX: We really need a different document for discussing conversion of a
231
231
 
232
232
   % bzr cbranch dev my-feature-branch
233
233
 
234
 
.. _bzrtools: http://bazaar-vcs.org/BzrTools
 
234
.. _bzrtools: http://wiki.bazaar.canonical.com/BzrTools
235
235
 
236
236
 
237
237
Merging changes back