Re: Can RBtools post command generate diff given a list of files?

2016-09-01 Thread David Trowbridge
OK, the issue here is that the files are uncommitted. RBTools with git currently only posts committed changes. If you add them and commit, you can then post only parts of that commit using the -I and -X flags. There's an unfinished change moldering somewhere to add support for posting changes to

Re: Can RBtools post command generate diff given a list of files?

2016-08-31 Thread David Trowbridge
The -I flag should definitely let you pull out only the changes to a given file when posting for review. Perhaps you can show us the full command-line you're running, and then also show us the diff of the commit that you're posting? -David On Wed, Aug 31, 2016 at 5:02 AM Abhishek Choudhary

Re: Can RBtools post command generate diff given a list of files?

2016-08-31 Thread Abhishek Choudhary
Any updates? Is this a missing functionality or am i missing something? On Monday, August 29, 2016 at 10:00:47 PM UTC+5:30, Abhishek Choudhary wrote: > > Hi, > > I am using RBtools to post review requests. Currently I have make a local > commit (or generate diff file using git diff) and then

Re: Can RBtools post command generate diff given a list of files?

2016-08-30 Thread Abhishek Choudhary
It is a GIT repository. RBTools version is v0.7.6. I tried rbt diff --server 'http://reviewboard.com:7578/' --debug -I urls.py: >>> RBTools 0.7.6 >>> Python 2.7.11 (default, Apr 25 2016, 09:27:56) [GCC 5.2.1 20150902 (Red Hat 5.2.1-2)] >>> Running on

Re: Can RBtools post command generate diff given a list of files?

2016-08-29 Thread Christian Hammond
Hi Abhishek, Can you tell me what version of RBTools you're using and what kind of repository this is? I'd also like to see the full debug output of the command. Thanks, Christian On Monday, August 29, 2016, Abhishek Choudhary wrote: > Hi, > > I am using RBtools to post

RE: Can RBtools post command generate diff given a list of files?

2016-08-29 Thread Dunnigan, Terrence J
] On Behalf Of Abhishek Choudhary Sent: Monday, August 29, 2016 11:31 AM To: reviewboard <reviewboard@googlegroups.com> Subject: Can RBtools post command generate diff given a list of files? Hi, I am using RBtools to post review requests. Currently I have make a local commit (or generate diff file

Can RBtools post command generate diff given a list of files?

2016-08-29 Thread Abhishek Choudhary
Hi, I am using RBtools to post review requests. Currently I have make a local commit (or generate diff file using git diff) and then post a review request. Is there any option that I can use to pass the changed files so that post can generate diff for me. I tried using -I FILENAME, --include