diff --git a/syncmail b/syncmail index 9944015d..e299b21c 100755 --- a/syncmail +++ b/syncmail @@ -185,8 +185,8 @@ def calculate_diff(filespec, contextlines): str(e), '\n***** file: ', file, ' cwd: ', os.getcwd()] elif newrev == 'NONE': lines = ['--- %s DELETED ---\n' % file] - elif string.find(file,"httpd.conf") == 0: - # Il y a le mdp mysql pour les sondages dans httpd.conf + elif string.find(file,"httpd.conf") == 0 or string.find(file,"create_sondage.py") == 0: + # Il y a le mdp mysql pour les sondages dans ces fichiers lines = ['--- diff de %s masquée ---n' % file] else: # This /has/ to happen in the background, otherwise we'll run into CVS