[feature request] mumi am subcommand

  • Done
  • quality assurance status badge
Details
One participant
  • Arun Isaac
Owner
unassigned
Submitted by
Arun Isaac
Severity
wishlist

Debbugs page

Arun Isaac wrote 10 months ago
(address . bug-mumi@gnu.org)
877cfy4ltt.fsf@systemreboot.net
We should have a `mumi am' subcommand that will download the latest
patchset from the current issue and apply it. Optionally, the user
should also be able to explicitly specify which patches in the current
issue that they want to apply.

This feature will require the GraphQL endpoint to expose the raw email
for a given Message-ID.
Arun Isaac wrote 9 months ago
(address . 70899-done@debbugs.gnu.org)
87zfrwfle6.fsf@systemreboot.net
This is now complete with 1743e647255c37bd3b7b19ef5f5d556a26f46f28. I
chose to not expose the raw email over the GraphQL endpoint for now, but
this can be done in the future if necessary.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70899@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70899
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help