- 06 Jul, 2022 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
#389
-
Dan Villiom Podlaski Christiansen authored
This avoids the somewhat hacky workaround I added; thanks to Manuel Jacob for pointing this out! Turns out that a new Pip doesn't need --pre at all when specifying a prerelease, so we can just avoid it.
-
- 03 Jul, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
Looks like --pre causes some issues with pip & setuptools?
-
- 21 Jun, 2022 1 commit
-
-
Pierre Augier authored
-
- 03 Jul, 2022 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- 29 Jun, 2022 1 commit
-
- 08 Jun, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
We have a regression in this file, that appears to be caused by a commit to Dulwich,[1] that enabled chunked upload. This just adds a bit of output that reveals the exact error. https://github.com/jelmer/dulwich/commit/e9faf83ac437d59bea8ef82d14c87c147e4a508a
-
- 13 Jun, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
Pushing to Dulwich itself is broken in recent releases; I've posted a PR that should fix that, so we assume the next release will fix it. https://github.com/jelmer/dulwich/issues/977
-
- 13 Apr, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
* fix package name * don't refer to pip3 * don't suggest using a checkout directory The main motivation for not mentioning loading the extension from a checkout is that it doesn't fetch dependencies; users might miss out on `setuptools_scm` and `dulwich`.
-
- 02 Apr, 2022 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- 01 Apr, 2022 3 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
The version we were using just broke against the latest click...
-
- 25 Mar, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
-
- 18 Mar, 2022 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
Git changed the exact wording and casing of the output of `--set-upstream`. This isn't important to our tests, so we suppress it.
-
Dan Villiom Podlaski Christiansen authored
-
- 25 Mar, 2022 4 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
It's now totally unsupported, and the Alpine tests should ensure better version coverage.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- 18 Mar, 2022 4 commits
-
-
Dan Villiom Podlaski Christiansen authored
Not sure what to do here, so we just emit a somewhat unhelpful warning. Originally caused in cde57730faa7 which did not take history editing into account.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Our tests fail under Python 2.7 without this.
-
- 14 Mar, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
We do this by moving the error handling out of git2hg.parse_gitmodules(), and adding ValueError — which Dulwich raises for invalid files — to list of caught exceptions.
-
- 30 Dec, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
Indexing a byte string in Python 3 yields numbers...
-
- 29 Jan, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
-
- 30 Dec, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
Mercurial has a nice parser for that which doesn't break on weird lines. Use it.
-
- 10 Mar, 2022 4 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- 04 Mar, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
This fixes the specific issue where we can prompt for authentication twice on push.
-
- 03 Mar, 2022 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
* mark it as supported * stop testing the branches with Python 2.7
-
- 30 Dec, 2021 3 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-