Mercurial > hg
diff hgext/hgk.py @ 42250:037a97d62625
gendoc: guarantee that all commands were processed
The new logic renders the commands belonging to each category in turn.
Commands with an unregistered category are at risk of getting skipped
because their category is not in the list. By comparing the list of all
commands to a log of processed commands, we can detect commands with
unregistered categories and fail with an error message.
Differential Revision: https://phab.mercurial-scm.org/D6327
author | Sietse Brouwer <sbbrouwer@gmail.com> |
---|---|
date | Fri, 03 May 2019 15:37:08 +0200 |
parents | c303d65d2e34 |
children | 2372284d9457 |