Re: Issue 3894 in reviewboard: When using mercurial empty files are included in all posted reviews

2015-06-24 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 3894 by trowb...@gmail.com: When using mercurial empty  
files are included in all posted reviews

https://code.google.com/p/reviewboard/issues/detail?id=3894

Fixed in release-0.7.x (37e81da). This will ship in 0.7.5. Thanks!

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3894 in reviewboard: When using mercurial empty files are included in all posted reviews

2015-06-22 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3894 by ali.kam...@visiercorp.com: When using mercurial empty  
files are included in all posted reviews

https://code.google.com/p/reviewboard/issues/detail?id=3894

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
RBTools 0.7.3

What's the URL of the page containing the problem?
http://reviews.internal

What steps will reproduce the problem?
1. Create a mercurial repository with three committed files, fileA, fileB,  
and fileC. fileA and fileB must have some content, fileC must be empty.

2. Remove fileA. Edit contents of fileB.
3. rbt post

What is the expected output? What do you see instead?
I expected the posted review to only contain fileA and fileB. The posted  
review contains fileC as well.



What operating system are you using? What browser?
Windows 7, Mercurial 3.4.1

Please provide any additional information below.
The problem is RBT tries to locate newly added empty files by running two  
commands:

base_files = hg locate -r base
tip_empty_files = hg locate -r tip set:size(0)
newly_added_empty_files = tip_empty_files - base_files

In Windows hg locate -r base returns the following:
folder1/subfolder1/fileA.txt
folder2/subfolder2/fileB.txt
folder1/subfolder3/fileC.txt

where as hg locate -r tip set:size(0) returns:
folder1\subfolder3\fileC.txt

Note that the first command uses a forward slash as path separator, the  
second uses backslash as path separator. When calculating the set  
difference fileC.txt doesn't match and rbt posts it as a newly added file.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3894 in reviewboard: When using mercurial empty files are included in all posted reviews

2015-06-22 Thread reviewboard


Comment #1 on issue 3894 by ali.kam...@visiercorp.com: When using mercurial  
empty files are included in all posted reviews

https://code.google.com/p/reviewboard/issues/detail?id=3894

Patch submitted: https://reviews.reviewboard.org/r/7443/diff/1#index_header

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3894 in reviewboard: When using mercurial empty files are included in all posted reviews

2015-06-22 Thread reviewboard


Comment #2 on issue 3894 by trowb...@gmail.com: When using mercurial empty  
files are included in all posted reviews

https://code.google.com/p/reviewboard/issues/detail?id=3894

Issue 3556 has been merged into this issue.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.