Coding 2023-09-30

By Max Woerner Chase

Sometimes I have simple desires with complicated realizations. Like, what does it take for me to be able to get away with using Mercurial as a GitHub client? One thing I want is Mercurial support in towncrier, which I have in a fork that is probably woefully out-of-date.

Somewhat more generally used, however, is pre-commit. If I could install the pre-commit hooks in a clone made with hg-git, that'd be the dream. Looking at the way the internal git module is used within the pre-commit repository...

But also a bunch of places that use git inline...

In addition, there are the questions of how to translate between "hooks are script files" and "hooks are configuration entries", and between different hook names.

Unfortunately, it's late now. I'll see what I can get planned to do tomorrow.

Good night.