view hgext3rd/topic/constants.py @ 6632:7771e80a7280

topic: release transaction using lockmod This mostly helps pytype, but maybe we also avoid potential issues here? Anyway, using lockmod is the modern way to release locks and transactions, so let's use it.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 31 Dec 2023 17:00:44 -0300
parents 48b30ff742cb
children
line wrap: on
line source

extrakey = b'topic'
changekey = b'_rewrite_noise'