##// END OF EJS Templates
transaction: abstract away the detection of an abandoned transaction...
transaction: abstract away the detection of an abandoned transaction We're about to add another place where this is used, let's not spill this implementation detail.

File last commit:

r51880:727428c7 default
r51881:cf47b83d default
Show More
admin_commands.py
11 lines | 310 B | text/x-python | PythonLexer
# admin_commands.py - command processing for admin* commands
#
# Copyright 2022 Mercurial Developers
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
from . import registrar
table = {}
command = registrar.command(table)