[Bug 5888] New: Send both patch and hg bundle as multipart/alternative

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu May 17 15:49:51 UTC 2018


https://bz.mercurial-scm.org/show_bug.cgi?id=5888

            Bug ID: 5888
           Summary: Send both patch and hg bundle as multipart/alternative
           Product: Mercurial
           Version: 4.6
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: patchbomb
          Assignee: bugzilla at mercurial-scm.org
          Reporter: zash at zash.se
                CC: mercurial-devel at mercurial-scm.org

Problem:
Importing patches can sometimes be lossy for various reasons, while hg bundles
are not.
However, hg bundles are opaque and tricker to integrate with tooling such as
patchwork, or plain in-line replying from email clients.

Potential improvement:
Send a MIME multipart/alternative container, with the plain text patch as one
part and the hg bundle as the other.
Assuming tooling capable of recursing into MIME containers, one should be able
to get the benefits of both patch submission methods at the cost of a larger
email size.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list