- Jan 11, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 27, 2021
-
-
Georges Racinet authored
This makes the `git` keyword argument effectively optional in the function backing the `tag` command, that some downstream code may call directly, without being aware the argument exists. An example would be py-heptapod tests, and more generally tests based on mercurial-testhelpers that needs to work regardless of if hg-git is activated or not.
-
Georges Racinet authored
The site-local caching system currently used by many shared runners on foss.heptapod.net does not behave well with image pushes (see foss.heptapod.net#94). Some runners have been set up that don't use such caching, bearing with the `container-registry-push` tag. This also means that Kaniko doesn't need to use the Heptapod Internal Tooling CA.
-
- Nov 23, 2020
-
-
Dan Villiom Podlaski Christiansen authored
Fixes #325.
-
- Jan 09, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 14, 2014
-
-
Dan Villiom Podlaski Christiansen authored
Refer to Mercurial by its proper name, and refer to changesets as such.
-
Dan Villiom Podlaski Christiansen authored
While at it, don't point to the old repository, and elaborate on problems on Windows. See #335
-
- Dec 14, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Jan 08, 2021
-
-
Dan Villiom Podlaski Christiansen authored
This fixes converting commits that build on obsoleted changesets.
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 13, 2020
-
-
Dan Villiom Podlaski Christiansen authored
fixes #193
-
- Dec 23, 2020
-
-
Dan Villiom Podlaski Christiansen authored
GitLab and GitHub output something like this for the SSH location: git@github.com:hg-git/hg-git.github.com.git Previously, cloning and pulling from them on Windows didn't work, as the path was reinterpreted as a local path, made absolute and then saved into `.hgrc`. The same happened on pull, even if you corrected the definition. I've adjust `test-networking.t` to use this type of path instead of the `git+ssh://` scheme, as it's more likely to break. Fixes #335.
-
- Jan 08, 2021
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 13, 2020
-
-
Dan Villiom Podlaski Christiansen authored
while at it, I adjusted the warnings message to be consistent with Mercurial's style: warning: not exporting bookmark 'whatever' due to invalid name See the bug for an example of the stack trace. Fixes #163
-
- Dec 24, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 18, 2020
-
-
muxator authored
Mercurial passed from raising LookupError to a more specific AmbiguousPrefixLookupError in df0873ab5c14 (2018-04-13), which was released in v4.8 (2018-10-28). This will, in time, allow to simplify a special handling code in TortoiseHg (see ba2dc2a07224 there).
-
muxator authored
This is correct behaviour. The test's purpose is showing that next commit keeps the external behaviour.
-
- Dec 13, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 21, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 14, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 21, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 11, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 12, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 11, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Dec 10, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
-
- Dec 09, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
Due to a bug in `run-tests.py`, relative paths are to the test directory, not the current directory. Work around this by specifying an absolute path, so that we don't break if it's fixed.
-
- Dec 12, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
- Nov 21, 2020
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- May 08, 2020
-
-
Manuel Jacob authored
Based on idea from timeless.
-
Manuel Jacob authored
-