- 18 Aug, 2022 1 commit
-
-
Georges Racinet 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 5 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
This removes the need to set configure `receive.denyCurrentBranch` in Git, which is in part bad form, and also explicitly covered `test-push-to-head.t`. Pushing to a checked out branch in a non-bare repository is confusing, and leads to weird results in Git. More than anything, this is just a slight simplification.
-
Dan Villiom Podlaski Christiansen authored
This leads to unstable commit IDs.
-
- 27 Jan, 2022 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
-
- 26 Jan, 2022 3 commits
-
-
Dan Villiom Podlaski Christiansen authored
The recent release failed to upload due to invalid ReStructured Text. Oops. While at it, I fixed another warning about a missing content type declaration.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- 24 Dec, 2021 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
The upcoming release will be called 1.0 rather than 0.11.0. The main motivation for this is that I consider hg-git “ready”. In order for semantic versioning to make sense, something has to eventually be good enough. With the changes to user experience, I personally consider this good enough to actually use. And besides, if this isn't 1.0, when should it be? When development ceases? I've updated `CONTRIBUTING.rst` to specify an explicit compatibility policy.
-
- 26 Jan, 2022 3 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-