Fix indicating if a revision is queued for processing
This commit is contained in:
parent
b1c0ec6c97
commit
9c18c90505
1 changed files with 5 additions and 3 deletions
|
|
@ -1420,9 +1420,11 @@
|
||||||
(h1 "Unknown revision")
|
(h1 "Unknown revision")
|
||||||
(p "No known revision with commit "
|
(p "No known revision with commit "
|
||||||
(strong (samp ,commit-hash))
|
(strong (samp ,commit-hash))
|
||||||
,(if job
|
,(match job
|
||||||
" and it is not currently queued for processing"
|
(()
|
||||||
" but it is queued for processing"))))))
|
" and it is not currently queued for processing")
|
||||||
|
((job)
|
||||||
|
" but it is queued for processing")))))))
|
||||||
|
|
||||||
(define (compare-unknown-commit base-commit target-commit
|
(define (compare-unknown-commit base-commit target-commit
|
||||||
base-exists? target-exists?
|
base-exists? target-exists?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue