Skip to content

Commit 1abbbbb

Browse files
committed
of course, we need to push the python-import branch, too
1 parent 41e8a2d commit 1abbbbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,8 @@ def import_python_sources(args):
786786
787787
3. We'll stop and wait to give you some time to check if the python-import
788788
branch looks as you expect. Then we'll commit the updated files to the
789-
python-import branch and move back to whatever your HEAD is now.
789+
python-import branch, push it, and move back to whatever your HEAD is
790+
now.
790791
791792
4. We'll merge the python-import branch back into HEAD. Because these share
792793
a common ancestroy, git will try to preserve our patches to files, that
@@ -856,6 +857,7 @@ def import_python_sources(args):
856857
_suite.vc.git_command(_suite.dir, ["add", "."])
857858
raw_input("Check that the updated files look as intended, then press RETURN...")
858859
_suite.vc.commit(_suite.dir, "Update Python inlined files: %s" % import_version)
860+
_suite.vc.git_command(_suite.dir, ["push", "origin", "python-import:python-import"])
859861
_suite.vc.update(_suite.dir, rev=tip)
860862
_suite.vc.git_command(_suite.dir, ["merge", "python-import"])
861863

0 commit comments

Comments
 (0)