Author: Matti Picus <[email protected]>
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()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to