Can you give more details on how to reproduce this? (E.g., What rbt diff 
options did you pass, if any? Were there only modified files or were there 
also added/deleted files?)

Thanks!
Anselina

On Tuesday, 22 July 2014 13:26:38 UTC-4, Bruce Cran wrote:
>
> There's a problem with the empty files detection code in at least the 
> Mercurial client of RBTools 0.6.2: it's adding all the empty files that 
> exist in the repository.  The relevant code is in Mercurial.py, 
> _handle_empty_files():
>
>         tip_empty_files = self._get_files_in_changeset(tip, get_empty=True)
>         added_empty_files = tip_empty_files - base_files
>
>         base_empty_files = self._get_files_in_changeset(base, 
> get_empty=True)
>         deleted_empty_files = base_empty_files - tip_files
>
>         if not (added_empty_files or deleted_empty_files):
>             return diff
>
> -- 
> Bruce 
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to