~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

merge trunk and resolve conflicts to cleanup submission

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    % bzr diff -r 1000..          # everything since r1000
46
46
    % bzr diff -r 1000..1100      # changes from 1000 to 1100
47
47
 
 
48
To see the changes introduced by a single revision, you can use the ``-c``
 
49
option to diff.
 
50
 
 
51
::
 
52
 
 
53
    % bzr diff -c 1000            # changes from r1000
 
54
                                  # identical to -r999..1000
 
55
 
48
56
The ``--diff-options`` option causes bzr to run the external diff program,
49
57
passing options.  For example::
50
58