]> scripts.mit.edu Git - wizard.git/commit
Major updates to resolution code from runs.
authorEdward Z. Yang <ezyang@mit.edu>
Mon, 12 Oct 2009 02:52:52 +0000 (22:52 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Mon, 12 Oct 2009 02:58:59 +0000 (22:58 -0400)
commit48af129368493c5458c942aef025ed746b97b856
tree5a48c73e3b1c412c3d91bbf25b80d5de9e87270e
parent5e27ef846f413b61585edf4fd364d2583b5c86b1
Major updates to resolution code from runs.

* Augment MediaWiki conflict resolution with correct version for
  end of line
* Add prepareMerge to application for pre-merge resolution
  helpers (mostly for line-ending problems)
* Fix MediaWiki resolveConflicts parsing of ls-files output,
  and another unrelated bug
* Add space between logging and summary outputs
* Move backup back to correct location, and perform size calculation
  twice
* UpgradeVerificationFailure gets useful output
* /dev/shm/wizard gets chmod'ed 0777
* Fix resolution algorithm to handle each conflict block individually.
  Test cases augmented accordingly.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
wizard/app/mediawiki.py
wizard/command/mass_upgrade.py
wizard/command/upgrade.py
wizard/deploy.py
wizard/resolve.py
wizard/tests/resolve_test.py