- Nov 04, 2022
-
-
Dan Villiom Podlaski Christiansen authored
There's little point in building or installing hg-git, other than to get the appropriate version markers and dependencies. `python ./setup.py build` doesn't do that, and a straight install that way can lead to a broken setup. Instead, treat it as an hard error. #389
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Sometimes the tests time out; perhaps this will help?
-
- Nov 02, 2022
-
-
Dan Villiom Podlaski Christiansen authored
Instead, emulate the debug command on older releases.
-
- Nov 04, 2022
-
-
Dan Villiom Podlaski Christiansen authored
* don't hardcode Black® version; it's stable now * add setuptools_scm
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Oct 28, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Dulwich passes certain keyword arguments to SSHVendor which we do not support, including `password`, `key_filename` and `ssh_command`. Ignore them rather than die on unsupported arguments.
-
- Sep 01, 2022
-
-
Aay Jay Chan authored
Previously, the code assumes every line that ends with `\r` is a progress line that contains a number. This assumption is broken by the response returned by Azure Repos, which contains an empty line that ends with `\r` and causes the extension to crash.
-
- Oct 28, 2022
-
-
Dan Villiom Podlaski Christiansen authored
Test with Alpine 3.16, Mercurial 6.3 and Python 3.11.
-
Dan Villiom Podlaski Christiansen authored
So, it seems[1] that Git now treats local repositories as unsafe for submodules due to some oddity with hard links and protecting e.g. `~/.git`. Such attacks seem unlikely to pass through code review, so let's just allow local submodules for testing. [1] https://lore.kernel.org/git/xmqq4jw1uku5.fsf@gitster.g/T/#u
-
- Aug 02, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
This test is somewhat based on test-clone.t it seems. There's no need for two branches, and it doesn't actually do anything applicable with the tag. However, our handling of both missing remote refs and tags are broken, so exercise that logic instead.
-
- Jul 06, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
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.
-
- Jul 03, 2022
-
-
Dan Villiom Podlaski Christiansen authored
Looks like --pre causes some issues with pip & setuptools?
-
- Jun 21, 2022
-
-
Pierre Augier authored
-
- Jul 03, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jun 29, 2022
-
- May 07, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Apr 27, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jun 13, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jun 08, 2022
-
-
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
-
- Jun 13, 2022
-
-
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
-
- Apr 27, 2022
-
-
Dan Villiom Podlaski Christiansen authored
This way, a simple `pylint` doesn't spam you with unwanted checks.
-
- Apr 26, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Aug 01, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Apr 26, 2022
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
That may not be present, e.g. on my Mac.
-