~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Martin Pool
  • Date: 2008-10-27 08:02:47 UTC
  • mfrom: (3795 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3798.
  • Revision ID: mbp@sourcefrog.net-20081027080247-0al6nrx2v8u1dcci
merge trunk

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.