~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: 2009-12-02 23:09:40 UTC
  • mfrom: (4853.1.1 whitespace)
  • mto: This revision was merged to the branch mainline in revision 4856.
  • Revision ID: john@arbash-meinel.com-20091202230940-7n2aydoxngdqxzld
Strip trailing whitespace from doc files by Patrick Regan.

Resolve one small conflict with another doc edit.
Also, revert the changes to all the .pdf and .png files. We shouldn't
be touching them as they are pure-binary files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
be accurate or unique, it will be used in log messages and
39
39
annotations, so it is better to have something real.
40
40
 
41
 
::  
 
41
::
42
42
 
43
43
   % bzr whoami "John Doe <jdoe@organization.com>"
44
44
 
102
102
 
103
103
.. _Tracking Upstream: http://bazaar-vcs.org/TrackingUpstream
104
104
 
105
 
.. 
 
105
..
106
106
   XXX: We really need a different document for discussing conversion of a
107
107
   project. Right now TrackingUpstream is the best we have, though.
108
108
 
282
282
::
283
283
 
284
284
  % bzr branch sftp://centralhost/srv/bzr/sigil/user-a \
285
 
               sftp://centralhost/srv/bzr/sigil/user-a/feature 
 
285
               sftp://centralhost/srv/bzr/sigil/user-a/feature
286
286
  % cd ~/work/sigil
287
287
  % bzr checkout sftp://centralhost/srv/bzr/sigil/user-a/feature myfeature
288
288
 
310
310
well share the storage as well.
311
311
 
312
312
 
313
 
.. 
 
313
..
314
314
   vim: tw=74 ft=rst spell spelllang=en_us