]> scripts.mit.edu Git - wizard.git/history - wizard/command/migrate.py
Fix wizard -> wizard_bin bug, fix dry run, create .scripts/variables
[wizard.git] / wizard / command / migrate.py
2009-07-31  Edward Z. YangFix wizard -> wizard_bin bug, fix dry run, create ...
2009-07-30  Edward Z. YangRefactor to get rid of _package.py using __import__ magic.
2009-07-29  Edward Z. YangRefactor get*() to .() with property decorator.
2009-07-28  Edward Z. YangAdd list-errors, fix exceptions, and fix logging bug.
2009-07-07  Edward Z. YangMassive refactor; use batons, wizard summary SUBCOMMAND
2009-07-04  Edward Z. YangFix some bugs; parse error and erroring applications.
2009-07-03  Edward Z. YangCreate .htaccess file, and update TODO list.
2009-07-02  Edward Z. YangMake commit messages more verbose.
2009-07-02  Edward Z. YangImplement prototype upgrade script (hacky and missing...
2009-07-02  Edward Z. YangRename to use Wizard-revision, which is more accurate.
2009-07-02  Edward Z. YangAdd advanced Git commit message fields.
2009-07-02  Edward Z. YangMake migration add a commit message.
2009-07-02  Edward Z. YangRename .scripts-version (deprecated) and add utility...
2009-07-02  Edward Z. YangRefactor calculate_repository() and calculate_tag(...
2009-06-29  Edward Z. YangMassive refactoring for readability (thanks geofft!)
2009-06-29  Edward Z. YangPrevent perverse errors by unsetting GIT_DIR.
2009-06-29  Edward Z. YangRemove rollback code (could destroy useful state),...
2009-06-29  Edward Z. YangComments, refinements and extra debugging statements.
2009-06-29  Edward Z. YangFactor out common error messages to _base in prep for...
2009-06-28  Edward Z. YangRename lib/wizard to wizard for compactness.