Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r632:20f86228d582
Date: 2012-01-31 01:18 +0200
http://bitbucket.org/pypy/buildbot/changeset/20f86228d582/

Log:    style fix commits are bad

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -209,7 +209,7 @@
     #
     factory.addStep(
         ShellCmd(description="hg purge",
-                 command="hg --config extensions.purge=purge --all",
+                 command="hg --config extensions.purge= purge --all",
                  workdir=workdir,
                  haltOnFailure=True))
     #
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to