]> git.donarmstrong.com Git - debbugs.git/commit
[project @ 2003-05-26 12:30:04 by cjwatson]
authorcjwatson <>
Mon, 26 May 2003 19:30:04 +0000 (11:30 -0800)
committercjwatson <>
Mon, 26 May 2003 19:30:04 +0000 (11:30 -0800)
commitf44f00588cbc07ac3303c4bf420bd258e89e9fc8
tree20de82f287eba5035a662c6bd16be29b43302686
parente9b517b117cd5d5ed85abfa32fc98bc5b9388178
[project @ 2003-05-26 12:30:04 by cjwatson]
The uses of writebug in process shouldn't unfilelock immediately; they go
on to do other things with the bug and need to hold the lock. Remove the
automatic unfilelock from writebug and introduce a new 'unlockwritebug'
function (by analogy with 'lockreadbug'), used in service.

Make unfilelock produce a more sensible error message when the @filelocks
stack is empty, in case this ever happens again.
scripts/errorlib.in
scripts/service.in