Files
Markus Hentsch a55c162ea8 Remove inconsistent no_incremental option
This removes the "--no-incremental" flag and "no_incremental" option
and uses the inverse of the existing "--incremental" flag or
"incremental" option respectively instead.

It fixes the issue that "incremental" defaulted to False while
"no_incremental" defaulted to None (effectively False) as well and both
options not being coupled so conflicting values were not caught. Parts
of the code used one option while other parts used the other ones,
leading to inconsistent behavior.

Closes-Bug: #2138294

Change-Id: I38d4f89fd1700a40d83ceb28ebd644a6aa1095a8
Signed-off-by: Markus Hentsch <markus.hentsch@cloudandheat.com>
2026-01-16 11:42:49 +01:00
..
2017-09-22 07:12:11 +02:00
2020-11-10 00:02:37 -08:00