- Jan 21, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 31, 2021
-
-
Dan Villiom Podlaski Christiansen authored
I'm seeing warnings like this: CoverageWarning: Couldn't use data file '/builds/mercurial/hg-git/coverage-279600': Looks like a coverage 4.x data file. Are you mixing versions of coverage?
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 27, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 23, 2021
-
-
Dan Villiom Podlaski Christiansen authored
One of the tests was legitimately broken in the meantime.
-
- Dec 30, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Nov 22, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 06, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 23, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 27, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Nov 22, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 06, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 09, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jun 22, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Some upcoming checks access the repository created by Heptapod on the CI infrastructure; we'd rather not that fail the run.
-
- Nov 22, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 23, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This is a potential pitfall: it is most likely, but not necessarily, a user error at some point.
-
Dan Villiom Podlaski Christiansen authored
Thorsten Kampe reported that he ran into this message in issue #376. We had some handling for this previously, but we would only handle converting commits with missing parents; this fixes it so that we also handle pushing truly missing commits rather than only when actually converting them. The previous error message was confusing and unhelpful, though, but this should make it clear what's going on. Fortunately, he _also_ provided a relatively simple way to trigger it, and as it was previously uncovered by the test suite, I added a test that triggers it!
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
`mv` on darwin — and probably other BSD-derived systems as well — prompts for whether to overwrite a non-writable file, and fails to do so in a noninteractive session. That's what the `-f` flag is for.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
For some odd reason, this is currently broken, and fetching packages results in 404 errors. I think they changed some server somewhere?
-
- Dec 22, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 17, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Some Mercurial APIs return passwords as unicode strings, others as byte strings. I've given up trying to understand this, but let's just assume it's either a Unicode string, or a byte string using UTF-8. Fixes: #360
-
- Dec 21, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 20, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This won't affect source source archives built on the default branch, made _with_ Mercurial, as the use of setuptools_scm means that we get everything present in the repository. Closes: #375
-
- Dec 17, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Some Mercurial APIs return passwords as unicode strings, others as byte strings. I've given up trying to understand this, but let's just assume it's either a Unicode string, or a byte string using UTF-8. Fixes: #360
-
- Dec 11, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-