Commit 314d143f authored by Jason R. Coombs's avatar Jason R. Coombs

Restore _default_revctrl implementation (stubbed). Fixes #320.

parent 54e96d8d
......@@ -2,6 +2,14 @@
CHANGES
=======
----
10.1
----
* Issue #320: Added a compatibility implementation of `sdist._default_revctrl`
so that systems relying on that interface do not fail (namely, Ubuntu 12.04
and similar Debian releases).
------
10.0.1
------
......
......@@ -11,6 +11,7 @@ import pkg_resources
READMES = ('README', 'README.rst', 'README.txt')
_default_revctrl = list
def walk_revctrl(dirname=''):
"""Find all files under revision control"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment