release 0.8

This commit is contained in:
utahta
2011-07-11 00:22:48 +09:00
parent 7371bde921
commit cfdd193ffe
26 changed files with 743 additions and 252 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
class UpdateOptions(object):
head = False
master = False
develop = False
config = False
force = False
@@ -7,4 +8,4 @@ def test_update():
from pythonbrew.commands.update import UpdateCommand
c = UpdateCommand()
c.run_command(UpdateOptions(), None)