Re: rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2017-01-25 Thread John
Hi Christian, Your assumption appears to be correct. I added a file to a subdirectory and then ran, "rbt diff --debug > rbt-diff.log 2>&1" from root. It look like the diff is only showing the one new file. Let me know if you need me to try anything else. The diff file is attached. Thanks,

Re: rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2017-01-22 Thread Christian Hammond
Hi John, Sorry, I've been caught up on some other things. I believe the source of the problem has to do with posting the change inside a subdirectory of the repository. While this ideally should work, something appears broken. I'm wondering if you can attempt a post from the root of your clone

Re: rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2017-01-20 Thread John
Hi Christian, We were wondering if you guys were making any progress on this issue. Thanks, John On Thursday, December 22, 2016 at 10:13:42 AM UTC-5, John wrote: > > Thanks Christian. Review Board is a great tool and we enjoy its ease of > use. We look forward to being able to get around

Re: rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2016-12-22 Thread John
Thanks Christian. Review Board is a great tool and we enjoy its ease of use. We look forward to being able to get around this hurdle in the future. Again, let us know if you need anything else from our end. -John On Wednesday, December 21, 2016 at 10:41:20 PM UTC-5, Christian Hammond

Re: rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2016-12-21 Thread John
On Monday, December 19, 2016 at 5:10:15 PM UTC-5, John wrote: > > We are using mercurial in our environment and for some reason we are > seeing a number of __init__.py (blank files for module inclusion in python) > are being added to our diff file. Here is the process we used to reproduce >

Re: rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2016-12-20 Thread John
Hi Christian, The version of rbt is 0.7.4. Review Board 2.5.6.1 I have attached rbt-post-dbg and rbt-diff-dbg files you have requested. Please let me know if you need any more information and I will be happy to collect it for you. Thanks, John On Monday, December 19, 2016 at 5:30:18 PM

Re: rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2016-12-19 Thread Christian Hammond
Hi John, What version of RBTools and Review Board are you using? Can you show a full debug log (using --debug)? Along with that, can you run the following and attach the file: rbt diff --debug > rbt-diff.log 2>&1 Thanks, Christian -- Christian Hammond President/CEO of Beanbag

rbt post of a new file added to Mercurial causes blank files to be added to the diff.

2016-12-19 Thread John
We are using mercurial in our environment and for some reason we are seeing a number of __init__.py (blank files for module inclusion in python) are being added to our diff file. Here is the process we used to reproduce the issue: 1. Clone a branch in the repo. 2. create a new file with some