70
70
.rr rF
71
71
.\" ========================================================================
72
72
.\"
73
- .IX Title " IO::FILE=IO(0X18FA0F0 ) 1"
74
- .TH IO::FILE=IO(0X18FA0F0 ) 1 "2014-09-04" "perl v5.18.1" "User Contributed Perl Documentation"
73
+ .IX Title " IO::FILE=IO(0XF7B0F0 ) 1"
74
+ .TH IO::FILE=IO(0XF7B0F0 ) 1 "2014-09-04" "perl v5.18.1" "User Contributed Perl Documentation"
75
75
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
76
76
.\" way too many mistakes in technical documents.
77
77
.if n .ad l
@@ -684,13 +684,13 @@ Close an issue. You can also use \f(CW\*(C`issue\-edit\*(C'\fR to close an issue
684
684
.el .IP " \f(CW issue \- resolve [<owner>/<repo>] <issue \- id \- number> \fR " 4
685
685
.IX Item " issue-resolve [<owner>/<repo>] <issue-id-number>"
686
686
Add a comment to an issue and then close it.
687
- .ie n .IP """pulls [<owner>/<repo>]""" 4
688
- .el .IP " \f(CW pulls [<owner>/<repo>] \fR " 4
689
- .IX Item " pulls [<owner>/<repo>]"
687
+ .ie n .IP """pr \- list [<owner>/<repo>]""" 4
688
+ .el .IP " \f(CW pr \- list [<owner>/<repo>] \fR " 4
689
+ .IX Item " pr-list [<owner>/<repo>]"
690
690
List the pull requests for a repo.
691
- .ie n .IP """pull \- request [<issue \- id \- number>] [<options>]""" 4
692
- .el .IP " \f(CW pull \- request [<issue \- id \- number>] [<options>] \fR " 4
693
- .IX Item " pull-request [<issue-id-number>] [<options>]"
691
+ .ie n .IP """pr \- new [<issue \- id \- number>] [<options>]""" 4
692
+ .el .IP " \f(CW pr \- new [<issue \- id \- number>] [<options>] \fR " 4
693
+ .IX Item " pr-new [<issue-id-number>] [<options>]"
694
694
Create a new pull request for a repository based on the current branch. If an
695
695
issue \s- 1 ID\s 0 number is given, this command will attach the pull request to the
696
696
issue instead of creating a new one.
@@ -700,21 +700,21 @@ branch of the parent repository. Otherwise the pull request will target the
700
700
default branch of the default remote itself. Use \f(CW \*( C` \-\- remote \*( C' \fR , \f(CW \*( C` \-\- branch \*( C' \fR , \f(CW \*( C` \-\-
701
701
parent \*( C' \fR , and \f(CW \*( C` \-\- base \*( C' \fR options to change the default source remote, source
702
702
branch, target remote and target branch (respectively).
703
- .ie n .IP """pull \- diff [<owner>/<repo>] <issue \- id \- number>""" 4
704
- .el .IP " \f(CW pull \- diff [<owner>/<repo>] <issue \- id \- number> \fR " 4
705
- .IX Item " pull -diff [<owner>/<repo>] <issue-id-number>"
703
+ .ie n .IP """pr \- diff [<owner>/<repo>] <issue \- id \- number>""" 4
704
+ .el .IP " \f(CW pr \- diff [<owner>/<repo>] <issue \- id \- number> \fR " 4
705
+ .IX Item " pr -diff [<owner>/<repo>] <issue-id-number>"
706
706
Show the diff for a pull request.
707
- .ie n .IP """pull \- fetch [<owner>/<repo>] <issue \- id \- number>""" 4
708
- .el .IP " \f(CW pull \- fetch [<owner>/<repo>] <issue \- id \- number> \fR " 4
709
- .IX Item " pull -fetch [<owner>/<repo>] <issue-id-number>"
707
+ .ie n .IP """pr \- fetch [<owner>/<repo>] <issue \- id \- number>""" 4
708
+ .el .IP " \f(CW pr \- fetch [<owner>/<repo>] <issue \- id \- number> \fR " 4
709
+ .IX Item " pr -fetch [<owner>/<repo>] <issue-id-number>"
710
710
Fetches a pull request to a local \f(CW \*( C` review/$number \*( C' \fR branch
711
- .ie n .IP """pull \- merge [<owner>/<repo>] <issue \- id \- number>""" 4
712
- .el .IP " \f(CW pull \- merge [<owner>/<repo>] <issue \- id \- number> \fR " 4
713
- .IX Item " pull -merge [<owner>/<repo>] <issue-id-number>"
711
+ .ie n .IP """pr \- merge [<owner>/<repo>] <issue \- id \- number>""" 4
712
+ .el .IP " \f(CW pr \- merge [<owner>/<repo>] <issue \- id \- number> \fR " 4
713
+ .IX Item " pr -merge [<owner>/<repo>] <issue-id-number>"
714
714
Merge and close a pull request.
715
- .ie n .IP """pull \- queue [<user>] [ \-\- count=#] [ \-\- all]""" 4
716
- .el .IP " \f(CW pull \- queue [<user>] [ \-\- count=#] [ \-\- all] \fR " 4
717
- .IX Item " pull -queue [<user>] [--count=#] [--all]"
715
+ .ie n .IP """pr \- queue [<user>] [ \-\- count=#] [ \-\- all]""" 4
716
+ .el .IP " \f(CW pr \- queue [<user>] [ \-\- count=#] [ \-\- all] \fR " 4
717
+ .IX Item " pr -queue [<user>] [--count=#] [--all]"
718
718
Show a user's Pull Request queue, for all repos. Shows the open PRs for any
719
719
repo that has them. The \f(CW \*( C` \-\- count \*( C' \fR option tells how many repos to check. The
720
720
\& \f(CW \*( C` \-\- all \*( C' \fR option says to show closed as well as open PRs.
0 commit comments