use registrar.command()
drop support for ancient Mercurial versions
switch to modern import style
use @command decorator
define _newcmd() early so that it can be used as a decorator
use url.opener instead of httplib for better http and https support
simply raise util.Abort on error
pass matcher and prefix to scmutil.addremove() (hg f1b06a8aad42)
follow code move from cmdutil to scmutil
don't filter files to get lastrev There may be empty commit with moin_revision.
allow empty commit to mark the latest remote rev (fixes #1)
remove translation workflow from moinport.py, which is described on README
add README
add Makefile to fetch README from Wiki
describe translation workflow
insert sleep between http requests
switch pageprefix by named branch
update debug message to use pagename@rev style
use extra field to store moinmoin revision
use repo.commit() instead of command.commit()