diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 19:47:01 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-03 19:47:01 -0500 |
commit | 408419ca3e76aa629222af81694042c2fb02d8ec (patch) | |
tree | 86ed8ff18ef57dd4effeab25bfdde2b56cea01c0 /IkiWiki | |
parent | 1c605106001de2e88dca455e45ed9a1d36a837ba (diff) |
remove another commit mail mention
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm index 3f588e427..1ec23df68 100644 --- a/IkiWiki/CGI.pm +++ b/IkiWiki/CGI.pm @@ -526,7 +526,7 @@ sub cgi_editpage ($$) { #{{{ # Prevent deadlock with post-commit hook by # signaling to it that it should not try to - # do anything (except send commit mails). + # do anything. disable_commit_hook(); $conflict=rcs_commit($file, $message, $form->field("rcsinfo"), |