[pypy-commit] pypy msvc14: typo

mattip pypy.commits at gmail.com
Mon Jan 29 12:52:19 EST 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: msvc14
Changeset: r93717:67cd401697a2
Date: 2018-01-29 19:51 +0200
http://bitbucket.org/pypy/pypy/changeset/67cd401697a2/

Log:	typo

diff --git a/get_externals.py b/get_externals.py
--- a/get_externals.py
+++ b/get_externals.py
@@ -47,7 +47,7 @@
     p.add_argument('-e', '--externals', default=host.externals,
                    help='directory in which to store dependencies',
                    )
-    p.add_argument('-b', '--branch', default=host.external_branch,
+    p.add_argument('-b', '--branch', default=host.externals_branch,
                    help='branch to check out',
                    )
     return p.parse_args()


More information about the pypy-commit mailing list