mojotech / pullr

Other
33 stars 6 forks source link

output existing pull request if it is there already #63

Open sktguha opened 7 years ago

sktguha commented 7 years ago

suggesting an enhancement. pullr could give current pull request as output if there exists a pull request already

cpjolicoeur commented 7 years ago

@sktguha Can you give a bit more info on what you mean? There are usually multiple Pull Requests open at any given time

sktguha commented 7 years ago

oh say i am on a branch hotfix1 and i want to create a pull request i type pullr -n but if already pull request exists for that branch then it shows error. instead it should show the existing pull request for that branch in the console

cpjolicoeur commented 7 years ago

I see. The case where an open PR exists for the same HEAD commit as current?

sktguha commented 7 years ago

yes

cpjolicoeur commented 7 years ago

Sounds good. Look forward to your code patch and pull request for the feature.