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
=== modified file 'bzrlib/builtins.py'
--- bzrlib/builtins.py 2009-11-20 05:54:54 +0000
+++ bzrlib/builtins.py 2009-11-20 07:55:27 +0000
@@ -1832,13 +1832,23 @@
18321832
1833 bzr diff -r11833 bzr diff -r1
18341834
1835 Difference between revision 2 and revision 1::1835 Difference between revision 3 and revision 1::
18361836
1837 bzr diff -r1..21837 bzr diff -r1..3
18381838
1839 Difference between revision 2 and revision 1 for branch xxx::1839 Difference between revision 3 and revision 1 for branch xxx::
18401840
1841 bzr diff -r1..2 xxx1841 bzr diff -r1..3 xxx
1842
1843 To see the changes introduced in revision X::
1844
1845 bzr diff -cX
1846
1847 Note that in the case of a merge, the -c option shows the changes
1848 compared to the left hand parent. To see the changes against
1849 another parent, use::
1850
1851 bzr diff -r<chosen_parent>..X
18421852
1843 Show just the differences for file NEWS::1853 Show just the differences for file NEWS::
18441854