Rev 3780: Use '.patch. instead of '.diff'. in lp:~vila/bzr/284343-doc
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Oct 16 13:11:47 BST 2008
At lp:~vila/bzr/284343-doc
------------------------------------------------------------
revno: 3780
revision-id: v.ladeuil+lp at free.fr-20081016121145-0a86u6kjd4prz3nn
parent: pqm at pqm.ubuntu.com-20081016043554-38i4ho6svnlyba65
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 284343-doc
timestamp: Thu 2008-10-16 14:11:45 +0200
message:
Use '.patch. instead of '.diff'.
* HACKING.txt:
Fix the only occurrence of '.diff' in the whole documentation,
using '.patch' instead as we do in everywhere else.
-------------- next part --------------
=== modified file 'doc/developers/HACKING.txt'
--- a/doc/developers/HACKING.txt 2008-09-04 04:55:36 +0000
+++ b/doc/developers/HACKING.txt 2008-10-16 12:11:45 +0000
@@ -224,9 +224,9 @@
You can generate a merge request like this::
- bzr send -o bug-1234.diff
+ bzr send -o bug-1234.patch
-A ``.diff`` extension is recommended instead of .bundle as many mail clients
+A ``.patch`` extension is recommended instead of .bundle as many mail clients
will send the latter as a binary file.
``bzr send`` can also send mail directly if you prefer; see the help.
More information about the bazaar-commits
mailing list