~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/tutorial.txt

Merge With main tree, move the NEWS entry to the good place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
 
247
247
    % bzr diff --diff-options --side-by-side foo
248
248
 
 
249
Some projects prefer patches to show a prefix at the start of the path for
 
250
old and new files.  The --prefix option can be used to provide such a prefix. 
 
251
As a shortcut, ``bzr diff -p1`` produces a form that works with the 
 
252
command ``patch -p1``.
 
253
 
249
254
Committing changes
250
255
==================
251
256