summaryrefslogtreecommitdiff
path: root/testing/test_mercurial.py
Commit message (Expand)AuthorAgeFilesLines
* chore: test cleanup - drop wd.versionRonny Pfannschmidt2023-04-101-16/+16
* make scmworkdir.path always a PathRonny Pfannschmidt2023-03-291-1/+1
* refactor/breaking: move file finders to private moduleRonny Pfannschmidt2023-03-131-3/+3
* pre-commit updatesRonny Pfannschmidt2023-02-121-2/+1
* private configruation moduleRonny Pfannschmidt2023-01-311-1/+1
* remove the legacy version parser apiRonny Pfannschmidt2023-01-181-2/+4
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-2/+3
* complete mypy transformationRonny Pfannschmidt2022-05-291-17/+25
* numerous type fixes and initial guess no dev handlingRonny Pfannschmidt2022-01-131-1/+1
* Fix typosKian-Meng, Ang2021-12-091-3/+3
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-2/+4
* [breaking] fix #339: error when targetted scm parsing fails for missing commandRonny Pfannschmidt2020-12-061-5/+9
* pre-commit updateRonny Pfannschmidt2020-11-281-3/+2
* Skip mercurial tests when hg is not availableMichał Górny2020-05-061-0/+8
* add python testsworkflowsRonny Pfannschmidt2020-05-011-8/+10
* update pre-commit setup to modern practices and ensure flake8 is in line as w...Ronny Pfannschmidt2019-11-251-1/+3
* pass trough config everywhereRonny Pfannschmidt2018-08-081-2/+3
* inflict black on the codebase :)Ronny Pfannschmidt2018-05-131-59/+50
* Add tests to demonstrate issue 251Stéphane Bidoul (ACSONE)2018-04-281-0/+5
* fix test_latest_tag_detection by always specifiying hg user and tagRonny Pfannschmidt2018-04-271-1/+1
* add support for branch name based testing, add simplified semver supportRonny Pfannschmidt2018-04-061-9/+18
* Improve hg logic for detecting latest commitAaron Virshup2018-03-201-0/+10
* Fix #219Aaron Virshup2018-03-121-1/+8
* Test mercurial edge cases to lock down current behaviorAaron Virshup2018-03-121-0/+37
* Use per-SCM node prefix letters instead of the general "n"Sebastian Schuberth2017-03-041-2/+2
* fix issue #128: return None from missmatched parse callsRonny Pfannschmidt2016-11-201-1/+8
* fix mercurial for several tags on changeset and distance only consisting of t...Petre Mierlutiu2016-10-141-0/+6
* explicitly specify merge tool for hg merge testRonny Pfannschmidt2016-08-291-1/+1
* fix issue #72 - handle hg pre commit merge statesv1.10.1Ronny Pfannschmidt2015-12-101-0/+10
* finish restructuring testsRonny Pfannschmidt2015-11-291-13/+14
* finish extracting mercurial tests into own fileRonny Pfannschmidt2015-11-281-1/+58
* move hg archival testRonny Pfannschmidt2015-11-281-0/+29