]> scripts.mit.edu Git - wizard.git/commit
Rewrite merge functionality into its own module.
authorEdward Z. Yang <ezyang@mit.edu>
Mon, 11 Jan 2010 00:15:18 +0000 (19:15 -0500)
committerEdward Z. Yang <ezyang@mit.edu>
Mon, 11 Jan 2010 00:15:18 +0000 (19:15 -0500)
commitfe692f2f318f566a6d21b1eacda5ce9658647570
tree9892e8001ef37edbae5bfbbf64d75e24edd779c0
parent32c55de008cf8e280d599c83fcafdedd1acf2892
Rewrite merge functionality into its own module.

Previously, Wizard had a gigantic merge routine inside of
the upgrade command, and interweaved automated resolution
before and after the merge took place.

This commit reorganizes the merge functionality into
the wizard.merge module, and also pushes as much pre-merge
resolution to before merge, so that we can generate more
meaningful rerere post-images.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO
doc/index.rst
doc/module/wizard.merge.rst [new file with mode: 0644]
wizard/app/__init__.py
wizard/command/upgrade.py
wizard/deploy.py
wizard/merge.py [new file with mode: 0644]
wizard/tests/merge_test.py [new file with mode: 0644]