- Nov 16, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Mercurial 5.8 and earlier trigger deprecation warnings when run under Python 3.10, so we only test it with `stable` and `default`, for now.
-
Dan Villiom Podlaski Christiansen authored
-
- Oct 30, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Sep 11, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Mercurial core changed and simplified the batchable API in c424ff4807e6, breaking our base peer. This abstracts the batchable functionality into a method in `compat.py`, and simplifies the code in `gitrepo.py` a bit, removing a class that's now mostly redundant. https://phab.mercurial-scm.org/D11212
-
- Jul 31, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jul 07, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jul 27, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
pip install --pre mercurial~=5.9.0 doesn't work as expected, so we extract the versions using the PyPI API.
-
Dan Villiom Podlaski Christiansen authored
The mercurial-scm.org is somewhat unreliable, and only includes published changes. We want to notice breakage as soon as possible.
-
Dan Villiom Podlaski Christiansen authored
currently, the various branches use the same container images, meaning that we have to keep them compatible (hopefully, this doesn't break building tags)
-
- May 31, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- May 04, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jun 13, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Specifically: * "git push --quiet --set-upstream" was not quiet when setting the upstream branch configuration, which has been corrected.
-
- May 28, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- May 21, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This was broken under Python 3.
-
- May 13, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- May 12, 2021
-
-
Dan Villiom Podlaski Christiansen authored
- Feb 02, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This causes all images to appear as 20 years old, making it harder to see of some images aren't getting updated.
-
- Jan 28, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Apr 17, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Tests occasionally time out when the CI is under load.
-
- May 12, 2021
-
- May 10, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Git allows two kinds of tags: annotated and plain. Plain tags are simple refs pointing to a commit, and annotated tags point to a Tag object then pointing to the commit. The code previously assumed that all exported tags where plain tags, which would overwrite annotated tags. We recently fixed this, in cc4f3340afc9, when exporting tags from Mercurial to Git; this applies the same fix during Git discovery. Fixes #358
-
Dan Villiom Podlaski Christiansen authored
This is mostly based on a script provided by @jmb in #358.
-
- May 09, 2021
-
-
Dan Villiom Podlaski Christiansen authored
Pulling from Bitbucket fails under Python 2.7 without this. Reported on the list by @mharbison.
-
- May 05, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Apr 28, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This will trigger a nice failure notification.
-
- Feb 22, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Mar 17, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-