Re: Test program to get the list of the files which are dropped to review board

2015-07-14 Thread Christian Hammond
Hi, The diffs/ API is going to give you each diffset. That is, a revision of a diff uploaded to Review Board. Is that what you're looking for, or were you looking for the contents of the entire diff? Or the files contained in the diff? It would be helpful to see what the data is that you have,

Test program to get the list of the files which are dropped to review board

2015-07-14 Thread vijay bhaskar reddy Yalamuri
Hi Review board team I am writing a test program to find out is there any change of diff files after posting the review request. I thought first I will get the list of files which are posted to the review board and get the corresponding time stamp and compare this time stamp with original

Re: Test program to get the list of the files which are dropped to review board

2015-07-14 Thread vijay bhaskar reddy Yalamuri
Hi Team, Thanks for your reply. I just need to find out for corresponding review request, what are the files are associated. I tried below program to find out the files list. But it always give me wrong count. Can you tell me is there any other way to get the proper list of diff file names ?