Modif pour viter que le diff de httpd.conf ne soit visible dans nounou
-- Fred darcs-hash:20030619234025-41617-d6494ddb29a7b175240281831ff2f95a140ac2f2.gz
This commit is contained in:
parent
fb010c4bba
commit
494361a495
1 changed files with 3 additions and 0 deletions
3
syncmail
3
syncmail
|
@ -185,6 +185,9 @@ 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
|
||||
lines = ['--- diff de %s masquée ---n' % file]
|
||||
else:
|
||||
# This /has/ to happen in the background, otherwise we'll run into CVS
|
||||
# lock contention. What a crock.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue