diff options
author | Donald Stufft <donald@stufft.io> | 2014-11-19 12:39:18 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-11-19 12:39:18 -0500 |
commit | 09ecca34b3eeb76d4f231040338e1c68bf770702 (patch) | |
tree | 54be2e06b0bf378a4a2daa616790fa9bf949bceb /setuptools/svn_utils.py | |
parent | 5e62aa3b59398252faef0d638a0f087d6c682800 (diff) | |
parent | affa001a6767efee24b4d6bc1a2f04eb7aeea65b (diff) | |
download | external_python_setuptools-09ecca34b3eeb76d4f231040338e1c68bf770702.tar.gz external_python_setuptools-09ecca34b3eeb76d4f231040338e1c68bf770702.tar.bz2 external_python_setuptools-09ecca34b3eeb76d4f231040338e1c68bf770702.zip |
Merge branch 'master' into use-packaging
Conflicts:
.hgtags
CHANGES.txt
ez_setup.py
setuptools.egg-info/requires.txt
setuptools/version.py
Diffstat (limited to 'setuptools/svn_utils.py')
-rw-r--r-- | setuptools/svn_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/svn_utils.py b/setuptools/svn_utils.py index dadb682a..6502fc98 100644 --- a/setuptools/svn_utils.py +++ b/setuptools/svn_utils.py @@ -302,7 +302,7 @@ class SvnInfo(object): self._externals = None
def get_revision(self):
- 'Retrieve the directory revision informatino using svnversion'
+ 'Retrieve the directory revision information using svnversion'
code, data = _run_command(['svnversion', '-c', self.path])
if code:
log.warn("svnversion failed")
|