cli/command
Mislav Marohnić 5b76881624 Improve detecting existing PR on pr create
- Only check for existing PRs if `--web` wasn't given
- Fix detecting PRs from forks
- Improve order of error handling: local validation errors are handled
  earlier than the ones that have to consult the API
2020-03-18 13:09:02 +01:00
..
completion.go Improve completion docs 2020-03-05 09:34:05 +01:00
completion_test.go Add support for PowerShell completion 2020-03-05 09:33:49 +01:00
issue.go Merge pull request #532 from mingrammer/consistent-printing 2020-03-18 11:59:17 +01:00
issue_test.go Merge pull request #532 from mingrammer/consistent-printing 2020-03-18 11:59:17 +01:00
pr.go Return the latest PR belonging to the current branch 2020-03-13 09:49:20 +09:00
pr_checkout.go Removed explicit capacity in slice initialization 2020-02-26 15:44:52 +01:00
pr_checkout_test.go add CmdStubber 2020-03-13 15:12:09 -05:00
pr_create.go Improve detecting existing PR on pr create 2020-03-18 13:09:02 +01:00
pr_create_test.go Improve detecting existing PR on pr create 2020-03-18 13:09:02 +01:00
pr_test.go add CmdStubber 2020-03-13 15:12:09 -05:00
repo.go Merge pull request #629 from sibis/verify-view-repo 2020-03-11 20:21:40 +01:00
repo_test.go add CmdStubber 2020-03-13 15:12:09 -05:00
root.go No need to opt in to shadow-cat API preview 2020-03-10 13:59:56 +01:00
root_test.go Fix gh version printing the correct changelog link 2020-01-29 16:03:10 +01:00
testing.go cleanup 2020-03-13 15:14:32 -05:00
title_body_survey.go review feedback 2020-03-16 15:32:35 -05:00