vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

feature request: show base and head branches for PR #288

Open agzam opened 6 years ago

agzam commented 6 years ago

Would be awesome to see PR's branches, if possible in both PR buffer and magit-status buffer. Thank you! Maybe then later it would be even possible to make it so one could checkout the relevant branch right from PR.

vermiculus commented 6 years ago

For existing PRs, yes? You can create a function like magithub-issue-view-insert-state and add it to magithub-issue-view-headers-hook. That's how I'd tackle this.