A feature that I rather like in Git -- the ability to automatically format and
optionally send patches in traditional diff format. I'd like to request a feature
darcs send --diff
darcs send --mbox
darcs send --diff creates a single diff -u format patch, which it either sends
over e-mail or stores in a file; if given multiple darcs patches, it should
coalesce them (i.e. create a single patch that has the effect of all the patches
appended). darcs send --mbox either sends a series of patches over e-mail, or
creates a mbox file with all the patches, one per message.
The encoding of file moves in diff --git format would be a welcome addition, but
this feature is useful even without it.
An example of the format can be found on
http://trac.transmissionbt.com/raw-attachment/ticket/2573/0001-Don-t-send-PORT-messages-over-IPv6.patch
--Juliusz
|