`--incremental` cannot be combined with a `rev_range`
| 209 | |
| 210 | |
| 211 | class NotAllowed(CommitizenException): |
| 212 | """`--incremental` cannot be combined with a `rev_range`""" |
| 213 | |
| 214 | exit_code = ExitCode.NOT_ALLOWED |
| 215 | |
| 216 | |
| 217 | class CharacterSetDecodeError(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…