request descriptive patch description with examples

[Imported from Trac: page Patches, version 16]
zooko 2010-07-13 05:28:09 +00:00
parent 1ce7bb6ecf
commit 38277568fa

@ -9,9 +9,10 @@ Then run the following darcs commands to generate a darcs patch file named `WHAT
darcs send -o WHAT.dpatch
```
Please write a descriptive patch name and description like these ones: changeset:8ba536319689ec8e, changeset:1de4d2c594ee64c8, changeset:d0706d27ea2624b5, changeset:63b28d707b12202f, changeset:c18b934c6a8442f8, changeset:7cadb49b88c03209, changeset:be6139dad72cdf49.
And attach it to the ticket.
Please use a filename like `*.dpatch` so that Trac will display it
with proper syntax highlighting.
Please use a filename like `*.dpatch` so that Trac will display it with proper syntax highlighting.
If you don't have darcs just 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.
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 diff -u`.)