Changes between Version 9 and Version 10 of Patches
- Timestamp:
- 2009-06-20T03:41:35Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Patches
v9 v10 1 1 Please create a new ticket to track the issue unless your patch is a patch for an issue that is already ticketed. 2 2 3 Then run the following darcs commands to generate a darcs patch file named {{{WHAT. diff}}}:3 Then run the following darcs commands to generate a darcs patch file named {{{WHAT.txt}}}: 4 4 5 5 {{{ 6 darcs record local/path/to/file(s)7 darcs send -o WHAT. diff6 darcs record 7 darcs send -o WHAT.txt 8 8 }}} 9 9 10 10 And attach it to the ticket. 11 11 12 Please use a filename like *. diff (instead of *.patch) so that Trac will let other12 Please use a filename like *.txt (instead of *.patch or *.diff) so that Trac will let other 13 13 developers view it without first requiring them to download it first. (Trac's content-type logic maps 14 *.patch to some application/blahblah MIME type, which it refuses to display as HTML)14 *.patch and *.diff to some application/blahblah MIME type, which it refuses to display as HTML) 15 15 16 16 If you don't have darcs or don't want to use it, just attach a normal old diff.