~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-08-17 06:45:33 UTC
  • mfrom: (5050.17.9 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: andrew.bennetts@canonical.com-20100817064533-kof2i2f3r6mr4ayb
Merge lp:bzr/2.2 into lp:bzr, including fixes for #192859, #224373, #300062, #585667, #614404, #617503.

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