Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r1081:f4e9749d24ba
Date: 2019-04-18 22:13 +0300
http://bitbucket.org/pypy/buildbot/changeset/f4e9749d24ba/

Log:    fix argument order

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -333,7 +333,7 @@
            command="hg update --clean %s" % revision,
            workdir=workdir))
 
-def update_hg(platform, factory, repourl, workdir, use_branch, revision,
+def update_hg(platform, factory, repourl, workdir, revision, use_branch,
               force_branch=None, wipe_bookmarks=False):
     if not use_branch:
         assert force_branch is None
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to