Modify ↓
Ticket #285 (new enhancement)
moap send
| Reported by: | marcandre.lureau@… | Owned by: | thomas |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
It would be cool to have a uniform way to send patches for review.
in git, we have tools such as git-send-bugzilla, and git-send-pastebin..., but I believe MOAP could be a uniform way of doing it for different VCS
moap send bugzilla -n gnome 123456 2..1 moap send pastebin = moap send pastebin 1 moap send trac?
I am not sure if that should belong in "bug" command.
Anyway, this is just an idea I wanted to write down here for a while.
Attachments
Note: See
TracTickets for help on using
tickets.

Yes, I've been wanting that too, at least to attach a patch to a bug report for example.
I assume it would be working on the current working diff, no ?
So maybe it should be under a diff subcommand, what do you think ?
moap diff pastebin would be straightforward.
I assume that we could easily do moap diff attach and figure out the bug tracker from the doap file ?