dab1f38ba625
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 15 Jan 2020 20:27:24 -0500 |
parents | 85040fc7725f |
children | 894400df8ad8 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Tue Jan 14 19:18:57 2020 -0500 +++ b/README.markdown Wed Jan 15 20:27:24 2020 -0500 @@ -733,6 +733,27 @@ links, so that when Atlassian tells us all to eat shit next year I don't have to scramble. +# January 2020 + ## 2020-01-03 Converted `paste.stevelosh.com` to HTTPS. Forgot it in the previous conversion. + +## 2020-01-14 + +Moved all my repositories from Source Hut to `hg.stevelosh.com`. Wasn't +expecting to have to shave this yak so soon, but such is life. On the plus +side: pushing is *so much faster* now. Rough timing for an empty push was ~5 +seconds on Source Hut, down to around a second now. No more sitting and +staring at the command line waiting to get back to work. + +## 2020-01-15 + +Finished (mostly) reskinning `hg.stevelosh.com`. Had to shave a couple of yaks +in Mercurial itself (diff headers getting truncated) and the hgweb Markdown +extension. Ended up just completely forking the extension and tearing out +almost all of its guts. The result should (hopefully) be easier to maintain as +Mercurial breaks internal shit over time. + +Still need to finish the CSS for the rendered Markdown, but that can wait for +now.