grim/hgkeeper-theme

Make the diff view use flexboxes to highlight entire lines again and show x overflow because it's a bit less jarring than scrolling the div
#!/usr/bin/make -f
.PHONY: all
all: sdist
.PHONY: clean
clean:
rm -rf dist build *.egg-info
.PHONY: sdist
sdist:
python3 setup.py sdist
.PHONY: upload
upload: dist
twine upload dist/*