[darcs-users] Re: Darcs for Debian Sources

Stephane Bortzmeyer bortzmeyer at nic.fr
Fri Apr 15 14:46:42 UTC 2005


On Fri, Apr 15, 2005 at 02:33:05PM +0000,
 John Goerzen <jgoerzen at complete.org> wrote 
 a message of 51 lines which said:

> How would I mark patches as applying to upstream only, or to Debian?

I believe that the "Darcs way" to do so is through a naming convention
for patches. Unlike CVS, patch log messages are identifiers, not just
comments.

darcs record -m '[Upstream] Fix security bug...' file.c
darcs record -m '[Debian] Fix the clean target...' rules

Then you can do things like:

darcs pull --patches='^\[Debian\]'





More information about the darcs-users mailing list