Changes between Version 17 and Version 18 of Patches


Ignore:
Timestamp:
2010-09-28T13:54:48Z (14 years ago)
Author:
zooko
Comment:

preferred nomenclature, dude

Legend:

Unmodified
Added
Removed
Modified
  • Patches

    v17 v18  
    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.txt}}}:
     5Then run the following darcs commands to generate a darcs patch file named {{{WHAT.darcspatch.txt}}}:
    66
    77{{{
    88  darcs record
    9   darcs send -o WHAT.dpatch
     9  darcs send -o WHAT.darcspatch.txt
    1010}}}
    1111
     
    1414And attach it to the ticket.
    1515
    16 Please use a filename like {{{*.dpatch}}} so that Trac will display it with proper syntax highlighting.
     16Please use a filename like {{{*.darcspatch.txt}}} 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}}}.)