~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-16 13:18:07 UTC
  • mfrom: (3779.1.1 284343-doc)
  • Revision ID: pqm@pqm.ubuntu.com-20081016131807-r3p1hsepd24feegv
Trivial doc fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
 
225
225
You can generate a merge request like this::
226
226
 
227
 
  bzr send -o bug-1234.diff
 
227
  bzr send -o bug-1234.patch
228
228
  
229
 
A ``.diff`` extension is recommended instead of .bundle as many mail clients
 
229
A ``.patch`` extension is recommended instead of .bundle as many mail clients
230
230
will send the latter as a binary file.
231
231
 
232
232
``bzr send`` can also send mail directly if you prefer; see the help.