Moved InvalidStorageVersion from libbe.command to libbe.storage
authorW. Trevor King <wking@drexel.edu>
Sun, 27 Dec 2009 21:50:36 +0000 (16:50 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 27 Dec 2009 21:50:36 +0000 (16:50 -0500)
commitcfebc238cbda9b6338ec57d5c215c4cbf0246f8b
tree30efcc0f354a175220814ea5d4e74dd2d71fa2fb
parentdff704764d77bffbf6cc94c5ba4bb03309da45f8
Moved InvalidStorageVersion from libbe.command to libbe.storage

Also added ConnectionError pretty-print to ui.command_line, storage
version checking to BugDir.duplicate_bugdir(), and optional revision
argument to Storage.storage_version().
libbe/bugdir.py
libbe/command/__init__.py
libbe/command/base.py
libbe/storage/__init__.py
libbe/storage/base.py
libbe/storage/vcs/base.py
libbe/ui/command_line.py