From aa2ec76f23d6c33a62c4523b6aa4c26147b5a389 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 25 Mar 2011 21:13:44 +0000 Subject: [PATCH] oops I guess the extra pristine directory isn't actually necessary [Imported from Trac: page Patches, version 23] --- Patches.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Patches.md b/Patches.md index 2ac93bf..6ace20c 100644 --- a/Patches.md +++ b/Patches.md @@ -2,10 +2,6 @@ Please create a new ticket to track the issue unless your patch is a patch for an issue that is already ticketed. -Then get a darcs repository which has the current trunk in it. You can do this by running `darcs get --lazy pristine`, which makes a new subdirectory of the current directory whose name is `pristine` and which contains a copy of the current trunk. - -Then cd into the pristine directory and pull the patch you've written into it (this may require other patches which your patch depends on to come along for the ride—that's okay). - Then run the following darcs commands to generate a darcs patch file named `WHAT.darcs.patch`: ```