Fix indicating if a revision is queued for processing

This commit is contained in:
Christopher Baines 2019-06-17 11:21:36 +01:00
parent b1c0ec6c97
commit 9c18c90505

View file

@ -1420,9 +1420,11 @@
(h1 "Unknown revision")
(p "No known revision with commit "
(strong (samp ,commit-hash))
,(if job
" and it is not currently queued for processing"
" but it is queued for processing"))))))
,(match job
(()
" and it is not currently queued for processing")
((job)
" but it is queued for processing")))))))
(define (compare-unknown-commit base-commit target-commit
base-exists? target-exists?