sigma / magit-gh-pulls

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

Add Github Pull Request entry in magit-dispatch-popup. #101

Closed PierreTechoueyres closed 6 years ago

PierreTechoueyres commented 7 years ago

This patch permit to add an entry in magit-dispatch-popup see bellow :

Popup and dwim commands
 A Cherry-picking          b Branching               B Bisecting               c Committing
 d Diffing                 D Change diffs            e Ediff dwimming          E Ediffing
 f Fetching                F Pulling                 l Logging                 L Change logs
 m Merging                 M Remoting                o Submodules              O Subtrees
 P Pushing                 r Rebasing                t Tagging                 T Notes
 V Reverting               w Apply patches           W Format patches          X Resetting
 y Show Refs               z Stashing                ! Running                 # Github PR
jb55 commented 6 years ago

👍 lgtm

alexander-yakushev commented 6 years ago

Thank you!