summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* document the usage as setup requirementv0.10Ronny Pfannschmidt2010-09-141-0/+15
|
* use get_version_from_hg as setup keywordRonny Pfannschmidt2010-09-141-1/+1
|
* add support for usage via setup_requires + guess_version_from_hg=TrueRonny Pfannschmidt2010-09-142-1/+10
|
* try harder to disable i18nRonny Pfannschmidt2010-08-291-2/+7
|
* inline getoutput, set HGPLAIN to disable hg i18nRonny Pfannschmidt2010-08-291-12/+9
|
* update readmeRonny Pfannschmidt2010-08-261-1/+4
|
* Added tag v0.9 for changeset 630256b99077Ronny Pfannschmidt2010-08-261-0/+1
|
* fix typo in the testsv0.9Ronny Pfannschmidt2010-08-262-2/+2
|
* fix missing cachefile handling and recreate cachefile from PKG-INFO if requiredRonny Pfannschmidt2010-08-262-2/+8
|
* refactor test-generationRonny Pfannschmidt2010-08-261-11/+20
|
* support and test a areasonable subset of pep 386 plus text prefixesRonny Pfannschmidt2010-08-262-10/+35
|
* remove unused sys importRonny Pfannschmidt2010-08-261-1/+0
|
* silence pep8.pyRonny Pfannschmidt2010-08-261-1/+5
|
* according to :pep:386 .dev is only valid for before a release, since we are ↵Ronny Pfannschmidt2010-08-262-10/+10
| | | | after it use the .post sheme
* add some copyright/licensing infoRonny Pfannschmidt2010-08-242-0/+22
|
* cleanup imports in the testsRonny Pfannschmidt2010-08-181-5/+5
|
* unnest the hg depending tag finding code as all its asumptions are now ↵Ronny Pfannschmidt2010-08-181-47/+39
| | | | checked by its caller
* create a new function that handles a propper semantic flow for getting the ↵Ronny Pfannschmidt2010-08-181-2/+17
| | | | version from hg
* print the guessed version if invoked as scriptRonny Pfannschmidt2010-08-121-0/+4
|
* simplify the logic of version_from_hg_idRonny Pfannschmidt2010-08-121-8/+9
|
* simplify the code to invoke hgRonny Pfannschmidt2010-08-121-3/+2
|
* remove version_from_hg_log_with_tags from the global commands list, its just ↵Ronny Pfannschmidt2010-08-121-1/+1
| | | | a fallback
* Added tag 0.8 for changeset bfa4d0354c33Ronny Pfannschmidt2010-08-061-0/+1
|
* dont screw up the env of the tag scraper0.8Ronny Pfannschmidt2010-08-061-3/+2
|
* 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-052-12/+2
| | | | env python
* 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
|
* dont clean out the envRonny Pfannschmidt2010-08-051-1/+0
|
* seems its actually win32, not winntRonny Pfannschmidt2010-08-051-1/+1
|
* winnt shouldnt get the messy hg prefixRonny Pfannschmidt2010-08-051-1/+3
|
* add junitxml to the test commandRonny Pfannschmidt2010-08-051-1/+2
|
* kill the unused partial import in the testsRonny Pfannschmidt2010-08-051-1/+0
|
* work in python3 virtualenvsRonny Pfannschmidt2010-08-052-9/+21
|
* finish python3 compatibility, still breaks in python3 virtualenvsRonny Pfannschmidt2010-08-051-10/+9
|
* add author name to setup.pyRonny Pfannschmidt2010-08-051-0/+1
|
* switch from setuptools to distutilsRonny Pfannschmidt2010-08-051-1/+1
|
* asume we don't need to decode versions from cachefile with string-escapeRonny Pfannschmidt2010-08-051-1/+1
|
* add tox.ini, get runnable on python3Ronny Pfannschmidt2010-08-053-3/+10
|
* Added tag 0.7 for changeset 156ee55e5c51Ronny Pfannschmidt2010-08-041-0/+1
|
* make the archival finder take a look in the parent dir to support the weird ↵0.7Ronny Pfannschmidt2010-08-042-6/+8
| | | | src convention
* remove messed printRonny Pfannschmidt2010-08-041-1/+0
|
* introduce a root param, switch over testing to itRonny Pfannschmidt2010-08-042-67/+92
|
* fix all pep8 warningsRonny Pfannschmidt2010-07-151-9/+26
|
* Added tag 0.6 for changeset 836009e39e25Ronny Pfannschmidt2010-05-271-0/+1
|
* fix issues with hg 1.5 parent usage0.6Ronny Pfannschmidt2010-05-271-1/+3
|