At lp:~vila/bzr/284343-doc ------------------------------------------------------------ revno: 3780 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Vincent Ladeuil <[EMAIL PROTECTED]> 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.
=== 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.
-- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
