Changes between Version 6 and Version 7 of Patches


Ignore:
Timestamp:
2009-06-17T19:52:38Z (15 years ago)
Author:
midnightmagic
Comment:

this is what I (non-developer) had to do to get a patch from darcs.

Legend:

Unmodified
Added
Removed
Modified
  • Patches

    v6 v7  
    11Please create a new ticket to track the issue unless your patch is a patch for an issue that is already ticketed.
    22
    3 Then run the following darcs command to generate a darcs patch file:
     3Then run the following darcs commands to generate a darcs patch file:
    44
    55{{{
     6  darcs record local/path/to/file(s)
    67  darcs send -o patch.darcspatch
    78}}}