this is what I (non-developer) had to do to get a patch from darcs.

[Imported from Trac: page Patches, version 7]
midnightmagic 2009-06-17 19:52:38 +00:00
parent 8bbf1473b3
commit ca4a791b39

@ -1,11 +1,12 @@
Please create a new ticket to track the issue unless your patch is a patch for an issue that is already ticketed. Please create a new ticket to track the issue unless your patch is a patch for an issue that is already ticketed.
Then run the following darcs command to generate a darcs patch file: Then run the following darcs commands to generate a darcs patch file:
``` ```
darcs record local/path/to/file(s)
darcs send -o patch.darcspatch darcs send -o patch.darcspatch
``` ```
And attach it to the ticket. And attach it to the ticket.
If you don't have darcs or don't want to use it, just attach a normal old diff. If you don't have darcs or don't want to use it, just attach a normal old diff.