]> scripts.mit.edu Git - wizard.git/commit
Fix numerous bugs from our test runs.
authorEdward Z. Yang <ezyang@mit.edu>
Wed, 19 Aug 2009 06:01:54 +0000 (02:01 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Wed, 19 Aug 2009 06:01:54 +0000 (02:01 -0400)
commit4c3a9a2e00d17447baaaa8fd71531ce9362e0a6e
treef445c79f19f49f75e4eb4cc6d3d20e27ad74e55c
parente6525070de9987c2f9cf87443d474b8dd8a69713
Fix numerous bugs from our test runs.

- Only create subdirectories if we're forcing.
- Add support for --limit on mass-migrate
- Match for AlreadyMigratedError as well as fully qualified name.
- Add --force on mass-migrate
- Improve logging messages to remove unnecessary cruft
  and add important information
- Move .git to .git.bak, for record-keeping purposes
- Be more selective about logging for shell
- Resolve error case for exception parsing
- Make exceptions show up by removing --quiet

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
wizard/command/mass_migrate.py
wizard/command/migrate.py
wizard/shell.py
wizard/util.py