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,8 +1,9 @@
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
```