Revert #6576; TL;DR: We no longer need to do this.

See justbur/evil-magit#24 and 4a375ea304
This commit is contained in:
Robert O'Connor 2016-07-14 16:46:40 -04:00 committed by d12frosted
parent ff69db7b56
commit 74d6a6fcad
No known key found for this signature in database
GPG Key ID: 8D33A3B1A4AF7D30
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ In a =magit status= buffer (~SPC g s~):
| Key Binding | Description |
|-------------+-------------------------------------------------------------|
| ~# c~ | create a pull request |
| ~# r~ | get a list of (or reload) all PRs in the current repository |
| ~# g~ | get a list of (or reload) all PRs in the current repository |
| ~# f~ | fetch the commits associated with the current PR at point |
| ~# b~ | create a branch for the current PR at point |
| ~# m~ | merge the PR with current branch at point |