- 22 Feb, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
-
- 05 Feb, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
--HG-- branch : 0.10.x
-
- 06 Feb, 2021 3 commits
-
-
Dan Villiom Podlaski Christiansen authored
This is mostly copied from a similar section I wrote on the Mercurial wiki. --HG-- branch : 0.10.x
-
Dan Villiom Podlaski Christiansen authored
--HG-- branch : 0.10.x
-
Dan Villiom Podlaski Christiansen authored
This avoids clobbering the `git` extension, bundled with Mercurial. --HG-- branch : 0.10.x
-
- 02 Feb, 2021 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
This should both be more reliable and thorough. --HG-- branch : 0.10.x
-
Dan Villiom Podlaski Christiansen authored
--HG-- branch : 0.10.x
-
- 22 Feb, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
--HG-- branch : 0.10.x
-
- 01 Feb, 2021 2 commits
-
-
Georges Racinet authored
-
Dan Villiom Podlaski Christiansen authored
-
- 11 Jan, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
-
- 01 Feb, 2021 3 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- 12 Jan, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
-
- 11 Jan, 2021 4 commits
-
-
Dan Villiom Podlaski Christiansen authored
This changes the pipeline to use job for each ABI; this is somewhat slower but more robust.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
fixes #328
-
- 01 Feb, 2021 1 commit
-
-
Georges Racinet authored
It was still listed in TODO.txt, despite having been implemented in 2013 with 503d403fc040.
-
- 10 Dec, 2020 4 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
...and while at it, don't rely on an implementation detail; rather than just creating the directory, do a proper export
-
- 29 Jan, 2021 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
The Git documentation clearly states that slash is the only valid directory separator in a .gitignore file, but its implementation disagrees. Although lines starting with a \ may in fact be an escaped exclamation mark, this is at least an improvement.
-
- 28 Jan, 2021 6 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Mercurial always uses /-separators internally.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Something like file://c:/path specifies a remote location, I believe. At least that's the error we get.
-
- 01 Feb, 2021 2 commits
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Oddly, this can cause Mercurial to detect the output as a TTY and colorise it, possibly due to some weird interaction with MSYS.
-
- 28 Jan, 2021 3 commits
-
-
Dan Villiom Podlaski Christiansen authored
When a clone aborts, Dulwich may retain some open pack file handles, preventing the files from being deleted on Windows. Properly speaking, this is a bug in either Dulwich or hg-git.
-
Dan Villiom Podlaski Christiansen authored
This is quite common on Windows.
-
Dan Villiom Podlaski Christiansen authored
-
- 28 Dec, 2020 1 commit
-
-
Dan Villiom Podlaski Christiansen authored
-
- 31 Jan, 2021 3 commits
-
-
Dan Villiom Podlaski Christiansen authored
They offer useful information about what the test is doing, and slow down the test ever so slightly with no benefit whatsoever.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Mercurial 5.7 changed the behaviour such that an activated bookmark during a clone lead to that being the update target. As far as I can tell, the code in hg-git always seemed to assume that this was the behaviour, but it wasn't. See <https://phab.mercurial-scm.org/D9638>.
-