Commits on Source (6)
-
Anton Shestakov authored
Let's repeat 42baf12efd21.
771706c5acfb -
Pierre-Yves David authored
When we run the job multiple time, the upload step fails because the file always exists. So we pass the `--skip-existing` flag that is supposed to help with that… when supported. This might have no effect outside of upload to PyPI as the doc says: Continue uploading files if one already exists. (Only valid when uploading to PyPI. Other implementations may not support this.)
6e1eb7212633 -
Pierre-Yves David authored
The feature was not documented, so we start with documenting it before extending it.
fcd7cb10623d -
Pierre-Yves David authored
This will be useful to test deletion in the next changesets.
d686448e8eb6 -
Pierre-Yves David authored
In order to test some stream clone related feature, we need to be able to create file with more complex name and delete them. We document the file related feature in the process.
25079cc2016f -
Pierre-Yves David authored
In 5b8f6e198a6e, we wrongly called `vfs._auditpath` on the pre-encoding path, so we would get abort on problem that the encoding is here to handle. So we fix the problem (easily) and update the test to cover this (with significantly more work). Thanks to Matt Harbison for spotting this during the freeze.
46603c00a9f2
Showing
- contrib/heptapod-ci.yml 1 addition, 0 deletionscontrib/heptapod-ci.yml
- mercurial/vfs.py 2 additions, 2 deletionsmercurial/vfs.py
- tests/drawdag.py 23 additions, 3 deletionstests/drawdag.py
- tests/hghave.py 3 additions, 1 deletiontests/hghave.py
- tests/test-drawdag.t 36 additions, 3 deletionstests/test-drawdag.t
- tests/test-highlight.t 18 additions, 9 deletionstests/test-highlight.t
- tests/test-stream-bundle-v2.t 89 additions, 53 deletionstests/test-stream-bundle-v2.t