Commit 22aebcc5 authored by Domen Kožar's avatar Domen Kožar

revert cfa04789

parent 81c504f2
Change History
**************
1.6.4 (unreleased)
==================
- Revert cfa0478937d16769c268bf51e60e69cd3ead50f3, it only broke a feature
(Domen Kožar)
1.6.3 (2012-08-22)
==================
- Fix Windows regression (see: https://github.com/buildout/buildout/commit/90bc44f9bffd0d9eb09aacf08c6a4c2fed797319
and https://github.com/buildout/buildout/commit/e65b7bfbd7c7ccd556a278016a16b63ae8ef782b)
[aclark4life]
1.6.2 (2012-08-21)
==================
......
......@@ -1846,11 +1846,7 @@ def main(args=None):
try:
buildout = Buildout(config_file, options,
user_defaults, windows_restart,
# XXX What or why is this `args` parameter here? If this is for
# the new include-packages-on-command-line-feature, then it
# currently breaks Windows support (not sure why yet)
# command, args)
command)
command, args)
getattr(buildout, command)(args)
except Exception, v:
_doing()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment