Changes between Version 18 and Version 19 of Patches
- Timestamp:
- 2010-09-29T05:28:11Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Patches
v18 v19 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.darcs patch.txt}}}:5 Then run the following darcs commands to generate a darcs patch file named {{{WHAT.darcs.patch}}}: 6 6 7 7 {{{ 8 8 darcs record 9 darcs send -o WHAT.darcs patch.txt9 darcs send -o WHAT.darcs.patch 10 10 }}} 11 11 … … 14 14 And attach it to the ticket. 15 15 16 Please use a filename like {{{*.darcs patch.txt}}} so that Trac will display it with proper syntax highlighting.16 Please use a filename like {{{*.darcs.patch}}} 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}}}.)