Merge lp:~ian-clatworthy/bzr/475451 into lp:bzr

Proposed by Ian Clatworthy
Status: Merged
Approved by: John A Meinel
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~ian-clatworthy/bzr/475451
Merge into: lp:bzr
Diff against target: 33 lines (+17/-7)
1 file modified
bzrlib/builtins.py (+17/-7)
To merge this branch: bzr merge lp:~ian-clatworthy/bzr/475451
Reviewer Review Type Date Requested Status
John A Meinel Approve
Review via email: mp+15079@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

This fixes a documentation issue raised by MySQL.

Revision history for this message
John A Meinel (jameinel) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ian Clatworthy wrote:
> Ian Clatworthy has proposed merging lp:~ian-clatworthy/bzr/475451 into lp:bzr.
>
> Requested reviews:
> bzr-core (bzr-core)
> Related bugs:
> #475451 MYSQL/BZR P3: please mention in "bzr help diff" that -c gives diff against *left* parent
> https://bugs.launchpad.net/bugs/475451
>
>
> This fixes a documentation issue raised by MySQL.
>

 review: approve
 merge: approve

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAksGsbkACgkQJdeBCYSNAAOr5QCfZ8vAqh6/BiFqQtjU+kHFj9Vg
304Ani32Bl8tQnBbaZbwdGOtCWWSQ+JT
=zGsx
-----END PGP SIGNATURE-----

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzrlib/builtins.py'
2--- bzrlib/builtins.py 2009-11-20 05:54:54 +0000
3+++ bzrlib/builtins.py 2009-11-20 07:55:27 +0000
4@@ -1832,13 +1832,23 @@
5
6 bzr diff -r1
7
8- Difference between revision 2 and revision 1::
9-
10- bzr diff -r1..2
11-
12- Difference between revision 2 and revision 1 for branch xxx::
13-
14- bzr diff -r1..2 xxx
15+ Difference between revision 3 and revision 1::
16+
17+ bzr diff -r1..3
18+
19+ Difference between revision 3 and revision 1 for branch xxx::
20+
21+ bzr diff -r1..3 xxx
22+
23+ To see the changes introduced in revision X::
24+
25+ bzr diff -cX
26+
27+ Note that in the case of a merge, the -c option shows the changes
28+ compared to the left hand parent. To see the changes against
29+ another parent, use::
30+
31+ bzr diff -r<chosen_parent>..X
32
33 Show just the differences for file NEWS::
34