comparison setup.py @ 50747:9865af7191d2 stable

rust-changelog: removed now useless early conditional for NULL_REVISION Now that the underlying `RevlogEntry` returned for `NULL_REVISION` is viable, it has become pointless to check NULL_REVISION several times, even for performance: the check will be far more frequent than the benefit of bailing earlier in the rare case where the requested revision is `NULL_REVISION`. This case is covered explicitly by the first assertion of `test_data_from_rev_null`.
author Georges Racinet <georges.racinet@octobus.net>
date Thu, 06 Jul 2023 11:58:24 +0200
parents b1ac55606eb7
children 2c34c9b61a4f 5dc7e1907e48
comparison
equal deleted inserted replaced
50746:124c44b5cfad 50747:9865af7191d2