summaryrefslogtreecommitdiff
path: root/testing/test_mercurial.py
Commit message (Expand)AuthorAgeFilesLines
* 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