Bug 35432: Remove PULL_BRANCHES and use ifs over unless
authorNick Clemens <nick@bywatersolutions.com>
Wed, 29 Nov 2023 15:00:18 +0000 (15:00 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 16 Apr 2024 15:59:49 +0000 (17:59 +0200)
commit1bc658e0470322a2d45da3f27f5f32eb8891b8aa
tree6403f805813f25456958e729fc8264affc450d2d
parent707b655b6249d56e69c0d95de434a6eef173bf03
Bug 35432: Remove PULL_BRANCHES and use ifs over unless

PULL_BRANCHES and PULL_BRANCHES2 felt a little arbitrary, moved
to using a last in the outer loop.

Swapped 'next unless' for an if to more directly show when we are acting

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/HoldsQueue.pm