Two exception handlers use undefined variables (in "src/usr/bin/diffuse"):
_get_svk_repo()
uses config
but should use svkconfig
(line 2648 in r432)Resources.getString()
uses symbols
but should use symbol
(line 556 in r432)Both cases were found by "pylint --errors-only".
These should now be fixed.