diff --git a/doc/usage/trouble/inaccessible_pr.rst b/doc/usage/trouble/inaccessible_pr.rst index bb92229..7192807 100644 --- a/doc/usage/trouble/inaccessible_pr.rst +++ b/doc/usage/trouble/inaccessible_pr.rst @@ -21,7 +21,8 @@ When trying to open a pull-request, if you run into this error: This means that the pull-request was opened against a branch on your repo and that this branch no longer exists. -Pagure is therefore unable to compute the diff between of the pull-request. +Pagure is therefore unable to compute the diff between the sources and +the target of the pull-request. The pull-request is thus inaccessible but remains in the list of open pull-requests. @@ -38,7 +39,7 @@ This can be done using git simply by doing: :: git checkout -b - git push + git push origin It will create the branch named ```` in pagure, allowing the diff to be computed for that pull-request and thus allowing it to be