From ca4a791b390d42ba8fa7005b84b53810e5199e79 Mon Sep 17 00:00:00 2001 From: midnightmagic <> Date: Wed, 17 Jun 2009 19:52:38 +0000 Subject: [PATCH] this is what I (non-developer) had to do to get a patch from darcs. [Imported from Trac: page Patches, version 7] --- Patches.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Patches.md b/Patches.md index d699c23..b387336 100644 --- a/Patches.md +++ b/Patches.md @@ -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. -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 ``` 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. \ No newline at end of file +If you don't have darcs or don't want to use it, just attach a normal old diff.