local Luan = require "luan:Luan.luan" local error = Luan.error local Io = require "luan:Io.luan" local Site_translator = require "luan:ai/Site_translator.luan" local get_lang = Site_translator.get_lang or error() local text_writer = Site_translator.text_writer or error() local Shared = require "site:/lib/Shared.luan" local head = Shared.head or error() local needed_header = Shared.needed_header or error() return function() Io.stdout = text_writer() %> <% head() %> Reactionary Software - Mercurial Development <% needed_header() %>

Mercurial Development

Mercurial seems okay, but I have an older version. Are the newer versions still okay? It would be worth having someone involved with Mercurial to make sure that modern culture programmers don't ruin it.

I can think of at least one extension worth adding. This would be to replace my hosting solution with an extension. Hosting should be available to everyone, and then I wouldn't need to maintain my hosting solution.

Mercurial is written in Python, so this is for a Python programmer.

<% end