Changes between Version 18 and Version 19 of Patches


Ignore:
Timestamp:
2010-09-29T05:28:11Z (14 years ago)
Author:
zooko
Comment:

suggest thing.darcs.patch per david-sarah's observation that .darcspatch.txt doesn't trigger syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • Patches

    v18 v19  
    33Please create a new ticket to track the issue unless your patch is a patch for an issue that is already ticketed.
    44
    5 Then run the following darcs commands to generate a darcs patch file named {{{WHAT.darcspatch.txt}}}:
     5Then run the following darcs commands to generate a darcs patch file named {{{WHAT.darcs.patch}}}:
    66
    77{{{
    88  darcs record
    9   darcs send -o WHAT.darcspatch.txt
     9  darcs send -o WHAT.darcs.patch
    1010}}}
    1111
     
    1414And attach it to the ticket.
    1515
    16 Please use a filename like {{{*.darcspatch.txt}}} so that Trac will display it with proper syntax highlighting.
     16Please use a filename like {{{*.darcs.patch}}} so that Trac will display it with proper syntax highlighting.
    1717
    1818Or 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}}}.)