summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/hg_git.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: introduce a own CompletedProcess subclass with parse_success methodRonny Pfannschmidt2023-04-051-12/+10
* chore: use pathlib in hg-git tas helperRonny Pfannschmidt2023-03-291-1/+1
* make scmworkdir.path always a PathRonny Pfannschmidt2023-03-291-7/+4
* remove the utils moduleRonny Pfannschmidt2023-03-291-2/+2
* breaking: purge do/do_exRonny Pfannschmidt2023-03-291-30/+43
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-291-6/+8
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-2/+1
* Improve debug logging (indent and commands can be copy/pasted)paugier2022-06-241-4/+4
* minimize bootstrap - fixes #722 and #723Ronny Pfannschmidt2022-06-221-3/+4
* FIXUP: restore hg-git supportRonny Pfannschmidt2022-06-211-22/+21
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-13/+12
* complete mypy transformationRonny Pfannschmidt2022-05-291-35/+49
* Fix typosKian-Meng, Ang2021-12-091-1/+1
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-1/+3
* split hg_git support to better invoke the helpersRonny Pfannschmidt2021-08-071-1/+0
* hg-git: test like git + fixespaugier2021-03-231-2/+7
* hg-git: fix 2 corner casespaugier2021-03-231-6/+17
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-03-181-2/+2
* Match in hg-git describe + addre TODOspaugier2021-03-181-2/+8
* Refactoring git, hg and hg-gitpaugier2021-03-181-0/+110