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`: ```