sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

attach to magit-dispatch-popup #84

Closed blaenk closed 6 years ago

blaenk commented 8 years ago

Thanks for #44, I don't know how I missed your follow-up on it.

However, I also meant that gh-pulls should attach to the magit-dispatch-popup, or provide an easy way to do it.

I've done it myself by doing:

    (magit-define-popup-action 'magit-dispatch-popup
      ?# "Pull requests" 'magit-gh-pulls-popup ?!)

Here's what it looks like:

popup

waisbrot commented 7 years ago

I see that PierreTechoueyres made PR #101 to provide this. It would be nice to have!

alexander-yakushev commented 6 years ago

101 merged. Thanks for reporting!