summaryrefslogtreecommitdiff
path: root/test_hgdistver.py
Commit message (Expand)AuthorAgeFilesLines
* use tag version when updated to tag commitsRonny Pfannschmidt2012-04-221-1/+7
* tracingRonny Pfannschmidt2012-04-221-1/+0
* test cleanupRonny Pfannschmidt2012-04-221-20/+6
* initial git supportRonny Pfannschmidt2012-04-221-1/+34
* prepare for git supportRonny Pfannschmidt2012-04-221-6/+6
* various fixesRonny Pfannschmidt2012-01-231-14/+12
* ensure we dont get a unicode version string in the cachefileRonny Pfannschmidt2010-10-061-5/+2
* extend hg version detection logic, add the according tox envsRonny Pfannschmidt2010-09-151-3/+5
* also print the hg version in testsRonny Pfannschmidt2010-09-151-1/+3
* dont run the hg >= 1.5 tests for hg <=1.4.xRonny Pfannschmidt2010-09-151-0/+3
* consistent namingRonny Pfannschmidt2010-09-151-1/+1
* add missing tag_to_version call, update tests to require using it to get the ...Ronny Pfannschmidt2010-09-151-2/+3
* fix typo in the testsv0.9Ronny Pfannschmidt2010-08-261-1/+1
* fix missing cachefile handling and recreate cachefile from PKG-INFO if requiredRonny Pfannschmidt2010-08-261-0/+6
* refactor test-generationRonny Pfannschmidt2010-08-261-11/+20
* support and test a areasonable subset of pep 386 plus text prefixesRonny Pfannschmidt2010-08-261-1/+3
* according to :pep:386 .dev is only valid for before a release, since we are a...Ronny Pfannschmidt2010-08-261-5/+5
* cleanup imports in the testsRonny Pfannschmidt2010-08-181-5/+5
* kill the hg test wrapper helper object, use the new hg functionRonny Pfannschmidt2010-08-061-42/+13
* resuffle the shell escaping for win32Ronny Pfannschmidt2010-08-051-1/+1
* use custom shell escape for the hg test wrapperRonny Pfannschmidt2010-08-051-5/+2
* kill the python2 invoke insanity after realizing the hg executable was using ...Ronny Pfannschmidt2010-08-051-9/+1
* add shell=True to test hg wrapperRonny Pfannschmidt2010-08-051-2/+5
* fix typoRonny Pfannschmidt2010-08-051-2/+2
* specialcase win32 in the test hg wrapperRonny Pfannschmidt2010-08-051-4/+9
* make the cachefile test win32 safeRonny Pfannschmidt2010-08-051-2/+2
* kill the unused partial import in the testsRonny Pfannschmidt2010-08-051-1/+0
* work in python3 virtualenvsRonny Pfannschmidt2010-08-051-1/+4
* make the archival finder take a look in the parent dir to support the weird s...0.7Ronny Pfannschmidt2010-08-041-1/+2
* introduce a root param, switch over testing to itRonny Pfannschmidt2010-08-041-41/+49
* add test variation for hg id tests, affects #8Ronny Pfannschmidt2010-05-271-4/+13
* split up reading hg data and add support for older hg versions via abuse of h...Ronny Pfannschmidt2010-05-271-1/+1
* remove the need to have a setup.py in testsRonny Pfannschmidt2010-05-271-12/+4
* clean up test code a bitRonny Pfannschmidt2010-05-271-2/+2
* acceptance test the pkg-info reader, fixes #60.5Ronny Pfannschmidt2010-05-261-0/+6
* acceptance test and fix version from cachefile, fixes #5Ronny Pfannschmidt2010-05-261-2/+15
* acceptance-test archival, fixes #3Ronny Pfannschmidt2010-05-261-10/+31
* the hg id test doesnt actually need a tmpdir subdirRonny Pfannschmidt2010-05-261-2/+1
* acceptance test hg workdir usage, fixes #4Ronny Pfannschmidt2010-05-261-0/+81
* add version from hg id/cachefile + cachefile writingRonny Pfannschmidt2010-05-251-3/+3
* copy+test the archival data to version logic from setup.py of mercurialRonny Pfannschmidt2010-05-251-1/+20
* add a .hg_archival parserRonny Pfannschmidt2010-05-251-0/+12