Switch to boolean return values for .generate() rather than an exit
code. Map the bool to an exit code for sys.exit()

* tools/hook-scripts/mailer/mailer.py:
  (Commit.generate): return FAILED as its existing boolean value
  (PropChange.generate): return FAILED as its existing boolean value
  (Lock.generate): return FAILED as its existing boolean value
  (__main__): use FAILED for the return value, update sys.exit()


git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1914913 13f79535-47bb-0310-9956-ffa450edef68
1 file changed