Changes between Version 17 and Version 18 of Patches
- Timestamp:
- 2010-09-28T13:54:48Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Patches
v17 v18 3 3 Please create a new ticket to track the issue unless your patch is a patch for an issue that is already ticketed. 4 4 5 Then run the following darcs commands to generate a darcs patch file named {{{WHAT. txt}}}:5 Then run the following darcs commands to generate a darcs patch file named {{{WHAT.darcspatch.txt}}}: 6 6 7 7 {{{ 8 8 darcs record 9 darcs send -o WHAT.d patch9 darcs send -o WHAT.darcspatch.txt 10 10 }}} 11 11 … … 14 14 And attach it to the ticket. 15 15 16 Please use a filename like {{{*.d patch}}} so that Trac will display it with proper syntax highlighting.16 Please use a filename like {{{*.darcspatch.txt}}} so that Trac will display it with proper syntax highlighting. 17 17 18 18 Or without darcs you can attach a normal old unified diff. If you do that, please use a filename like {{{*.patch}}} so that Trac will display it with syntax highlighting. (If using darcs, you can generate a unified diff with {{{darcs whatsnew --unified}}}.)