0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ensure we dont get a unicode version string in the cachefile More... almost 15 years ago
extend hg version detection logic, add the according tox envs More... almost 15 years ago
also print the hg version in tests More... almost 15 years ago
dont run the hg >= 1.5 tests for hg <=1.4.x More... almost 15 years ago
consistent naming More... almost 15 years ago
add setup_requires style usage cachefile support More... almost 15 years ago
add missing tag_to_version call, update tests to require using it to get the correct result More... almost 15 years ago
Added tag v0.10 for changeset c1bdd4532888 More... almost 15 years ago
document the usage as setup requirement More... almost 15 years ago
use get_version_from_hg as setup keyword More... almost 15 years ago
add support for usage via setup_requires + guess_version_from_hg=True More... almost 15 years ago
try harder to disable i18n More... almost 15 years ago
inline getoutput, set HGPLAIN to disable hg i18n More... almost 15 years ago
update readme More... almost 15 years ago
Added tag v0.9 for changeset 630256b99077 More... almost 15 years ago
fix typo in the tests More... almost 15 years ago
fix missing cachefile handling and recreate cachefile from PKG-INFO if required More... almost 15 years ago
refactor test-generation More... almost 15 years ago
support and test a areasonable subset of pep 386 plus text prefixes More... almost 15 years ago
remove unused sys import More... almost 15 years ago
silence pep8.py More... almost 15 years ago
according to :pep:386 .dev is only valid for before a release, since we are after it use the .post sheme More... almost 15 years ago
add some copyright/licensing info More... almost 15 years ago
cleanup imports in the tests More... almost 15 years ago
unnest the hg depending tag finding code as all its asumptions are now checked by its caller More... almost 15 years ago
create a new function that handles a propper semantic flow for getting the version from hg More... almost 15 years ago
print the guessed version if invoked as script More... almost 15 years ago
simplify the logic of version_from_hg_id More... almost 15 years ago
simplify the code to invoke hg More... almost 15 years ago
remove version_from_hg_log_with_tags from the global commands list, its just a fallback More... almost 15 years ago