Ignore errors in svn diff

Summary: Otherwise attaching the commit diff doesn't work.

Test Plan: Reparsed previously failing commit message.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Differential Revision: https://secure.phabricator.com/D2605
This commit is contained in:
vrana
2012-05-30 14:21:02 -07:00
parent 7978264862
commit ec9589fb3b
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
diff "$@"
if [ "$?" = "2" ]; then
exit 1
fi