Changes between Version 20 and Version 21 of Patches


Ignore:
Timestamp:
2011-03-25T20:39:10Z (13 years ago)
Author:
zooko
Comment:

explain how to ensure no unnecessary deps in patch submissions

Legend:

Unmodified
Added
Removed
Modified
  • Patches

    v20 v21  
    22
    33Please create a new ticket to track the issue unless your patch is a patch for an issue that is already ticketed.
     4
     5Then get a darcs repository which has the current trunk in it. You can do this by running {{{darcs get --lazy http://tahoe-lafs.org/source/tahoe-lafs/trunk pristine}}}, which makes a new subdirectory of the current directory whose name is {{{pristine}}} and which contains a copy of the current trunk.
     6
     7Then 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).
    48
    59Then run the following darcs commands to generate a darcs patch file named {{{WHAT.darcs.patch}}}: