Initial directory restructuring to clarify dependencies
authorW. Trevor King <wking@drexel.edu>
Tue, 8 Dec 2009 01:07:55 +0000 (20:07 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 8 Dec 2009 01:07:55 +0000 (20:07 -0500)
commit49a7771336ce09f6d42c7699ef32aecea0e83182
treef237c7413fb68e72b1d87b0ccc4c788944168f10
parentc3bcafe12034d35f5c46f76a7dab97ab08b84dfd
Initial directory restructuring to clarify dependencies
44 files changed:
libbe/command/__init__.py [moved from becommands/__init__.py with 100% similarity]
libbe/command/assign.py [moved from becommands/assign.py with 100% similarity]
libbe/command/close.py [moved from becommands/close.py with 100% similarity]
libbe/command/comment.py [moved from becommands/comment.py with 100% similarity]
libbe/command/commit.py [moved from becommands/commit.py with 100% similarity]
libbe/command/depend.py [moved from becommands/depend.py with 100% similarity]
libbe/command/diff.py [moved from becommands/diff.py with 100% similarity]
libbe/command/due.py [moved from becommands/due.py with 100% similarity]
libbe/command/email_bugs.py [moved from becommands/email_bugs.py with 100% similarity]
libbe/command/help.py [moved from becommands/help.py with 100% similarity]
libbe/command/html.py [moved from becommands/html.py with 100% similarity]
libbe/command/import_xml.py [moved from becommands/import_xml.py with 100% similarity]
libbe/command/init.py [moved from becommands/init.py with 100% similarity]
libbe/command/list.py [moved from becommands/list.py with 100% similarity]
libbe/command/merge.py [moved from becommands/merge.py with 100% similarity]
libbe/command/new.py [moved from becommands/new.py with 100% similarity]
libbe/command/open.py [moved from becommands/open.py with 100% similarity]
libbe/command/remove.py [moved from becommands/remove.py with 100% similarity]
libbe/command/set.py [moved from becommands/set.py with 100% similarity]
libbe/command/severity.py [moved from becommands/severity.py with 100% similarity]
libbe/command/show.py [moved from becommands/show.py with 100% similarity]
libbe/command/status.py [moved from becommands/status.py with 100% similarity]
libbe/command/subscribe.py [moved from becommands/subscribe.py with 100% similarity]
libbe/command/tag.py [moved from becommands/tag.py with 100% similarity]
libbe/command/target.py [moved from becommands/target.py with 100% similarity]
libbe/storage/properties.py [moved from libbe/properties.py with 100% similarity]
libbe/storage/settings_object.py [moved from libbe/settings_object.py with 100% similarity]
libbe/storage/vcs/arch.py [moved from libbe/arch.py with 100% similarity]
libbe/storage/vcs/base.py [moved from libbe/vcs.py with 100% similarity]
libbe/storage/vcs/bzr.py [moved from libbe/bzr.py with 100% similarity]
libbe/storage/vcs/darcs.py [moved from libbe/darcs.py with 100% similarity]
libbe/storage/vcs/git.py [moved from libbe/git.py with 100% similarity]
libbe/storage/vcs/hg.py [moved from libbe/hg.py with 100% similarity]
libbe/storage/vcs/util/config.py [moved from libbe/config.py with 100% similarity]
libbe/storage/vcs/util/mapfile.py [moved from libbe/mapfile.py with 100% similarity]
libbe/storage/vcs/util/upgrade.py [moved from libbe/upgrade.py with 100% similarity]
libbe/ui/util/cmdutil.py [moved from libbe/cmdutil.py with 100% similarity]
libbe/ui/util/editor.py [moved from libbe/editor.py with 100% similarity]
libbe/ui/util/pager.py [moved from libbe/pager.py with 100% similarity]
libbe/util/beuuid.py [moved from libbe/beuuid.py with 100% similarity]
libbe/util/encoding.py [moved from libbe/encoding.py with 100% similarity]
libbe/util/subproc.py [moved from libbe/subproc.py with 100% similarity]
libbe/util/tree.py [moved from libbe/tree.py with 100% similarity]
libbe/util/utility.py [moved from libbe/utility.py with 100% similarity]