Merge pull request #1774 from Tilka/binary_try

Tools: buildbot try with binary diffs
This commit is contained in:
Pierre Bourdon 2014-12-27 12:21:03 +01:00
commit 72e13e22df

View file

@ -35,4 +35,4 @@ echo "Change author: $author"
echo "Short rev: $shortrev"
echo "Base rev: $baserev"
git diff -r $baserev | buildbot try --properties=branchname=$branchname,author=$author,shortrev=$shortrev --diff=- -p1 --baserev $baserev $*
git diff --binary -r $baserev | buildbot try --properties=branchname=$branchname,author=$author,shortrev=$shortrev --diff=- -p1 --baserev $baserev $*