- Nov 15, 2023
-
-
Anton Shestakov authored
Let's have py2 tests and tests for older hg versions still use v1.0 (hardcoded), but run whatever we can using the new v2.0 images based on Debian Bookworm.
-
Anton Shestakov authored
It also makes clear what is the Python version that's used on CI. For some time now, even though the removed entries were based on py2-hgext3rd image, they were actually using Python 3 to run tests, because the current hashbang line in run-tests.py is "#!/usr/bin/env python3".
-
- Aug 30, 2023
-
-
Anton Shestakov authored
-
- Aug 29, 2023
-
-
Anton Shestakov authored
-
- Aug 28, 2023
-
-
Anton Shestakov authored
-
- Aug 19, 2023
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Aug 18, 2023
-
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
Share safe feature was switched on by default in this release, but we don't care that much about its default value, let's just assume this config option exists, and that should cover it.
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
Detailed exit codes are useful for tooling, but for this extension there's very little payoff for trying to deal with every command potentially having a different exit code depending on the Mercurial version.
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
Anton Shestakov authored
-
- Feb 23, 2021
-
-
Georges Racinet authored
Since these are covered by the CI, this is probably the logical. The CI is currently failing for default (future 5.8) Mercurial versions, due to return code changes that should be fixed automatically (already the case in the stable branch, to become 5.7.1)
-
- Feb 26, 2021
-
-
Pierre-Yves David authored
Doing matching on this is hellish. So lets disable that.
-
Pierre-Yves David authored
This help on system where `python` is not available.
-
- Jan 20, 2021
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
:wq
-
- Jan 21, 2021
-
-
Pierre-Yves David authored
Welcome share-safe.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
This help on system where `python` is not there.
-
- Mar 30, 2020
-
-
Pierre-Yves David authored
-
- Jan 04, 2020
-
-
Pierre-Yves David authored
This avoid confusion when people are running from source.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Changelog: * issue config recommendation at the start of the pull instead of the end of item, * Python 3 compatibility, * skip the "plain-cl-delta" format variant (it is slow to determine), * gained a logo, * migration to https://dev.heptapod.net/, * various code cleanup, * improved testing to make sure we are compatible with all the version we claim to be compatible with 4.3 -> 5.2,
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Otherwise, in python3, `tmpfile.mkstemp` returns a python3 version of this which run amok the rest of the code base.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-