-
-
trunk/reviewboard/scmtools/git.py (Diff revision 2) Now that this is in parentheses, you don't need the continuation marks (\). In fact, it's better python style to use () instead of \ in general.
skip a deleted empty file during git diff parsing
Review Request #363 — Created April 20, 2008 and submitted
Information | |
---|---|
trickie | |
Review Board SVN (deprecated) | |
trunk | |
Reviewers | |
reviewboard | |
So now the git parser will skip differences for: * new files with no content * file mode content with no content changes * deleted files with no content It would be good to see those, but it barfs when trying to apply the empty diffs.
Git scmtool tests pass