bitbucketcli icon indicating copy to clipboard operation
bitbucketcli copied to clipboard

commit comments command working incorrectly

Open chaps opened this issue 7 years ago • 0 comments

The api endpoint for the commit comments command returns a JSON array which contains deleted and not deleted comments , after getting this response the program iterates through all of them and if ones fulfills the condition of not containing the key "content" (which is any deleted comment) it will print that "No Any Comments Found" and exit.

It won't display any comments for a commit if there is one deleted comment in the returned array of comments.

chaps avatar Oct 11 '17 20:10 chaps