cli/pkg/cmd/pr
Mislav Marohnić c21caf5b2b Disallow pr -R flag for commands that operate on the current branch
If the `--repo` flag is specified, then the user intends to select a
repository other than the current one. In that case, it doesn't make
sense to fall back to detecting the PR belonging to the current branch,
so throw a descriptive error instead.
2020-08-27 16:30:34 +02:00
..
checkout fix tests 2020-08-19 16:40:13 -05:00
close Merge remote-tracking branch 'origin/trunk' into prclose-delete 2020-08-19 21:06:04 -05:00
create Isolate pr create command 2020-08-04 18:29:42 +02:00
diff Disallow pr -R flag for commands that operate on the current branch 2020-08-27 16:30:34 +02:00
list Fix --repo override taking effect for pr commands 2020-08-06 21:39:46 +02:00
merge Disallow pr -R flag for commands that operate on the current branch 2020-08-27 16:30:34 +02:00
ready Disallow pr -R flag for commands that operate on the current branch 2020-08-27 16:30:34 +02:00
reopen Fix --repo override taking effect for pr commands 2020-08-06 21:39:46 +02:00
review Disallow pr -R flag for commands that operate on the current branch 2020-08-27 16:30:34 +02:00
shared Isolate pr list command 2020-08-04 18:38:06 +02:00
status Fix --repo override taking effect for pr commands 2020-08-06 21:39:46 +02:00
view Disallow pr -R flag for commands that operate on the current branch 2020-08-27 16:30:34 +02:00
pr.go Fix GH_REPO override 2020-08-07 14:47:58 +02:00