ClickHouse/tests/ci/cherry_pick_utils/__init__.py
Mikhail f. Shiryaev 7ed305f9b1
Improvement of cherry-pick/backport script
- cherry_pick.py now can ba launched locally, with dry-run
- get rid of fallback import paths
- do not create a huge pile of objects for every sneezing
- the same for hidden imports in deep local functions
- improve logging
- fix imports for cherry_pick_utils entities
- Significantly reduced requests to GraphQL API
2022-06-16 14:32:32 +02:00

3 lines
46 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-