summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* another changelog updatev1.12.0Ronny Pfannschmidt2016-10-051-0/+2
* update changelogRonny Pfannschmidt2016-10-051-1/+6
* Merge pull request #102 from anarcat/pretend-writeRonny Pfannschmidt2016-10-052-6/+12
|\
| * properly write version file even if in pretend modeAntoine Beaupré2016-10-052-6/+12
|/
* Show python code in the README properly (#100)Wieland Hoffmann2016-09-041-2/+2
* Merge pull request #98 from RonnyPfannschmidt/reenable-hgrcpathRonny Pfannschmidt2016-08-292-3/+1
|\
| * explicitly specify merge tool for hg merge testRonny Pfannschmidt2016-08-291-1/+1
| * allow HGRCPATH env var - potentially fixes #97Ronny Pfannschmidt2016-08-291-2/+0
|/
* Merge pull request #99 from RonnyPfannschmidt/fix-travisRonny Pfannschmidt2016-08-291-1/+10
|\
| * work up travis matrixRonny Pfannschmidt2016-08-291-1/+10
|/
* update changelogv1.11.1Ronny Pfannschmidt2016-06-121-0/+7
* Merge pull request #91 from te-je/masterRonny Pfannschmidt2016-06-122-2/+18
|\
| * fix #89: windows path comparison bugTe-jé Rodgers2016-06-122-2/+18
| * Merge pull request #1 from pypa/masterTe-jé Rodgers2016-06-1225-374/+596
| |\
* | \ Merge pull request #90 from pypa/issue-88Ronny Pfannschmidt2016-06-121-2/+3
|\ \ \ | |_|/ |/| |
| * | Correct typo and clarify Sphinx recommended usage. Fixes #88.Jason R. Coombs2016-06-031-2/+3
|/ /
* | limit pypi deploy to python 2.7v1.11.0Ronny Pfannschmidt2016-04-061-0/+3
* | add pypi deploy on tagsRonny Pfannschmidt2016-04-061-1/+8
* | update changelogRonny Pfannschmidt2016-04-061-1/+12
* | Merge pull request #85 from esben/masterRonny Pfannschmidt2016-04-062-2/+22
|\ \
| * | fix bug when using callable version_schemeEsben Haabendal2016-04-061-2/+2
| * | add regression test for callable use_scm_versionEsben Haabendal2016-04-061-0/+20
|/ /
* | Merge pull request #82 from untitaker/error-message3Ronny Pfannschmidt2016-03-171-3/+5
|\ \
| * | Improve error message, third takeMarkus Unterwaditzer2016-03-141-3/+5
|/ /
* | drop python 3.2 since pip dropped itRonny Pfannschmidt2016-01-311-1/+0
* | Merge pull request #80 from agronholm/masterRonny Pfannschmidt2016-01-311-0/+4
|\ \
| * | Added Python version classifiers to setup.pyAlex Grönholm2016-01-311-0/+4
|/ /
* | Merge pull request #76 from brianmay/fix_v_prefixRonny Pfannschmidt2016-01-181-1/+2
|\ \
| * | Update comment for previous changeBrian May2016-01-171-0/+1
| * | Ensure we call tag_to_versionBrian May2016-01-141-1/+1
|/ /
* | fix issue #72 - handle hg pre commit merge statesv1.10.1Ronny Pfannschmidt2015-12-103-2/+19
* | make readme pypi compatible againv1.10.0Ronny Pfannschmidt2015-12-071-2/+1
* | prepare 1.10.0 releaseRonny Pfannschmidt2015-12-071-0/+2
* | whitespace fixesRonny Pfannschmidt2015-12-071-3/+2
* | introduce parse_scm_fallback concept and fix parse hooksRonny Pfannschmidt2015-12-074-14/+42
* | coding and documentation style cleanupsRonny Pfannschmidt2015-12-073-6/+8
* | introduce scm parser overriding fixes #70 and #71Ronny Pfannschmidt2015-12-064-1/+18
* | support enforcing version numbers via the envRonny Pfannschmidt2015-12-014-0/+23
* | Merge pull request #68 from pypa/issue-67Ronny Pfannschmidt2015-11-301-0/+11
|\ \
| * | add missing spaceRonny Pfannschmidt2015-11-301-1/+1
| * | first attempt at fixing issue #67Ronny Pfannschmidt2015-11-301-0/+11
|/ /
* | minor flake8 cleanupRonny Pfannschmidt2015-11-291-1/+1
* | address #63 - change the tag matching patternRonny Pfannschmidt2015-11-291-1/+1
* | fix issue #63 by passing a match parameter to git describeRonny Pfannschmidt2015-11-293-2/+16
* | finish restructuring testsRonny Pfannschmidt2015-11-293-25/+55
* | simplify callable_or_entrypoint(group, callable_or_name)Ronny Pfannschmidt2015-11-281-2/+2
* | remove forgotten testsRonny Pfannschmidt2015-11-281-34/+0
* | extract git testsRonny Pfannschmidt2015-11-281-0/+34
* | finish extracting mercurial tests into own fileRonny Pfannschmidt2015-11-283-95/+90
* | simplify data from mime testRonny Pfannschmidt2015-11-281-4/+3