Changes between Version 7 and Version 8 of Patches
- Timestamp:
- 2009-06-17T21:05:53Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Patches
v7 v8 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 :3 Then run the following darcs commands to generate a darcs patch file named {{{WHAT.diff}}}: 4 4 5 5 {{{ 6 6 darcs record local/path/to/file(s) 7 darcs send -o patch.darcspatch7 darcs send -o WHAT.diff 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 other 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, and browsers won't think they know how to render it). 15 12 16 If you don't have darcs or don't want to use it, just attach a normal old diff.