Sending to nobody not unknown

This commit is contained in:
Jay McCarthy 2010-07-14 13:57:56 -06:00
parent d162667da5
commit f5df45e835

View File

@ -275,7 +275,7 @@
; XXX maybe mflatt, eli, or tewk
(and (regexp-match #rx"/src/" (path->string* log-pth))
"jay")
"unknown"))
"nobody"))
(define lc
(list (path->bytes log-pth)))
(make-rendering start end dur
@ -324,7 +324,7 @@
(with-handlers ([exn:fail? (lambda (x) #f)])
(scm-commit-author (read-cache (revision-commit-msg (current-rev))))))
(or (path-responsible (trunk-path dir-pth))
"unknown"))
"nobody"))
empty)
(directory-list* dir-pth))))