projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3bcafe
)
Initial directory restructuring to clarify dependencies
author
W. Trevor King
<wking@drexel.edu>
Tue, 8 Dec 2009 01:07:55 +0000
(20:07 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 8 Dec 2009 01:07:55 +0000
(20:07 -0500)
44 files changed:
libbe/command/__init__.py
[moved from
becommands/__init__.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/assign.py
[moved from
becommands/assign.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/close.py
[moved from
becommands/close.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/comment.py
[moved from
becommands/comment.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/commit.py
[moved from
becommands/commit.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/depend.py
[moved from
becommands/depend.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/diff.py
[moved from
becommands/diff.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/due.py
[moved from
becommands/due.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/email_bugs.py
[moved from
becommands/email_bugs.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/help.py
[moved from
becommands/help.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/html.py
[moved from
becommands/html.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/import_xml.py
[moved from
becommands/import_xml.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/init.py
[moved from
becommands/init.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/list.py
[moved from
becommands/list.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/merge.py
[moved from
becommands/merge.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/new.py
[moved from
becommands/new.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/open.py
[moved from
becommands/open.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/remove.py
[moved from
becommands/remove.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/set.py
[moved from
becommands/set.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/severity.py
[moved from
becommands/severity.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/show.py
[moved from
becommands/show.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/status.py
[moved from
becommands/status.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/subscribe.py
[moved from
becommands/subscribe.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/tag.py
[moved from
becommands/tag.py
with 100% similarity]
patch
|
blob
|
history
libbe/command/target.py
[moved from
becommands/target.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/properties.py
[moved from
libbe/properties.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/settings_object.py
[moved from
libbe/settings_object.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/arch.py
[moved from
libbe/arch.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/base.py
[moved from
libbe/vcs.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/bzr.py
[moved from
libbe/bzr.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/darcs.py
[moved from
libbe/darcs.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/git.py
[moved from
libbe/git.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/hg.py
[moved from
libbe/hg.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/util/config.py
[moved from
libbe/config.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/util/mapfile.py
[moved from
libbe/mapfile.py
with 100% similarity]
patch
|
blob
|
history
libbe/storage/vcs/util/upgrade.py
[moved from
libbe/upgrade.py
with 100% similarity]
patch
|
blob
|
history
libbe/ui/util/cmdutil.py
[moved from
libbe/cmdutil.py
with 100% similarity]
patch
|
blob
|
history
libbe/ui/util/editor.py
[moved from
libbe/editor.py
with 100% similarity]
patch
|
blob
|
history
libbe/ui/util/pager.py
[moved from
libbe/pager.py
with 100% similarity]
patch
|
blob
|
history
libbe/util/beuuid.py
[moved from
libbe/beuuid.py
with 100% similarity]
patch
|
blob
|
history
libbe/util/encoding.py
[moved from
libbe/encoding.py
with 100% similarity]
patch
|
blob
|
history
libbe/util/subproc.py
[moved from
libbe/subproc.py
with 100% similarity]
patch
|
blob
|
history
libbe/util/tree.py
[moved from
libbe/tree.py
with 100% similarity]
patch
|
blob
|
history
libbe/util/utility.py
[moved from
libbe/utility.py
with 100% similarity]
patch
|
blob
|
history
diff --git
a/becommands/__init__.py
b/libbe/command/__init__.py
similarity index 100%
rename from
becommands/__init__.py
rename to
libbe/command/__init__.py
diff --git
a/becommands/assign.py
b/libbe/command/assign.py
similarity index 100%
rename from
becommands/assign.py
rename to
libbe/command/assign.py
diff --git
a/becommands/close.py
b/libbe/command/close.py
similarity index 100%
rename from
becommands/close.py
rename to
libbe/command/close.py
diff --git
a/becommands/comment.py
b/libbe/command/comment.py
similarity index 100%
rename from
becommands/comment.py
rename to
libbe/command/comment.py
diff --git
a/becommands/commit.py
b/libbe/command/commit.py
similarity index 100%
rename from
becommands/commit.py
rename to
libbe/command/commit.py
diff --git
a/becommands/depend.py
b/libbe/command/depend.py
similarity index 100%
rename from
becommands/depend.py
rename to
libbe/command/depend.py
diff --git
a/becommands/diff.py
b/libbe/command/diff.py
similarity index 100%
rename from
becommands/diff.py
rename to
libbe/command/diff.py
diff --git
a/becommands/due.py
b/libbe/command/due.py
similarity index 100%
rename from
becommands/due.py
rename to
libbe/command/due.py
diff --git
a/becommands/email_bugs.py
b/libbe/command/email_bugs.py
similarity index 100%
rename from
becommands/email_bugs.py
rename to
libbe/command/email_bugs.py
diff --git
a/becommands/help.py
b/libbe/command/help.py
similarity index 100%
rename from
becommands/help.py
rename to
libbe/command/help.py
diff --git
a/becommands/html.py
b/libbe/command/html.py
similarity index 100%
rename from
becommands/html.py
rename to
libbe/command/html.py
diff --git
a/becommands/import_xml.py
b/libbe/command/import_xml.py
similarity index 100%
rename from
becommands/import_xml.py
rename to
libbe/command/import_xml.py
diff --git
a/becommands/init.py
b/libbe/command/init.py
similarity index 100%
rename from
becommands/init.py
rename to
libbe/command/init.py
diff --git
a/becommands/list.py
b/libbe/command/list.py
similarity index 100%
rename from
becommands/list.py
rename to
libbe/command/list.py
diff --git
a/becommands/merge.py
b/libbe/command/merge.py
similarity index 100%
rename from
becommands/merge.py
rename to
libbe/command/merge.py
diff --git
a/becommands/new.py
b/libbe/command/new.py
similarity index 100%
rename from
becommands/new.py
rename to
libbe/command/new.py
diff --git
a/becommands/open.py
b/libbe/command/open.py
similarity index 100%
rename from
becommands/open.py
rename to
libbe/command/open.py
diff --git
a/becommands/remove.py
b/libbe/command/remove.py
similarity index 100%
rename from
becommands/remove.py
rename to
libbe/command/remove.py
diff --git
a/becommands/set.py
b/libbe/command/set.py
similarity index 100%
rename from
becommands/set.py
rename to
libbe/command/set.py
diff --git
a/becommands/severity.py
b/libbe/command/severity.py
similarity index 100%
rename from
becommands/severity.py
rename to
libbe/command/severity.py
diff --git
a/becommands/show.py
b/libbe/command/show.py
similarity index 100%
rename from
becommands/show.py
rename to
libbe/command/show.py
diff --git
a/becommands/status.py
b/libbe/command/status.py
similarity index 100%
rename from
becommands/status.py
rename to
libbe/command/status.py
diff --git
a/becommands/subscribe.py
b/libbe/command/subscribe.py
similarity index 100%
rename from
becommands/subscribe.py
rename to
libbe/command/subscribe.py
diff --git
a/becommands/tag.py
b/libbe/command/tag.py
similarity index 100%
rename from
becommands/tag.py
rename to
libbe/command/tag.py
diff --git
a/becommands/target.py
b/libbe/command/target.py
similarity index 100%
rename from
becommands/target.py
rename to
libbe/command/target.py
diff --git
a/libbe/properties.py
b/libbe/storage/properties.py
similarity index 100%
rename from
libbe/properties.py
rename to
libbe/storage/properties.py
diff --git
a/libbe/settings_object.py
b/libbe/storage/settings_object.py
similarity index 100%
rename from
libbe/settings_object.py
rename to
libbe/storage/settings_object.py
diff --git
a/libbe/arch.py
b/libbe/storage/vcs/arch.py
similarity index 100%
rename from
libbe/arch.py
rename to
libbe/storage/vcs/arch.py
diff --git
a/libbe/vcs.py
b/libbe/storage/vcs/base.py
similarity index 100%
rename from
libbe/vcs.py
rename to
libbe/storage/vcs/base.py
diff --git
a/libbe/bzr.py
b/libbe/storage/vcs/bzr.py
similarity index 100%
rename from
libbe/bzr.py
rename to
libbe/storage/vcs/bzr.py
diff --git
a/libbe/darcs.py
b/libbe/storage/vcs/darcs.py
similarity index 100%
rename from
libbe/darcs.py
rename to
libbe/storage/vcs/darcs.py
diff --git
a/libbe/git.py
b/libbe/storage/vcs/git.py
similarity index 100%
rename from
libbe/git.py
rename to
libbe/storage/vcs/git.py
diff --git
a/libbe/hg.py
b/libbe/storage/vcs/hg.py
similarity index 100%
rename from
libbe/hg.py
rename to
libbe/storage/vcs/hg.py
diff --git
a/libbe/config.py
b/libbe/storage/vcs/util/config.py
similarity index 100%
rename from
libbe/config.py
rename to
libbe/storage/vcs/util/config.py
diff --git
a/libbe/mapfile.py
b/libbe/storage/vcs/util/mapfile.py
similarity index 100%
rename from
libbe/mapfile.py
rename to
libbe/storage/vcs/util/mapfile.py
diff --git
a/libbe/upgrade.py
b/libbe/storage/vcs/util/upgrade.py
similarity index 100%
rename from
libbe/upgrade.py
rename to
libbe/storage/vcs/util/upgrade.py
diff --git
a/libbe/cmdutil.py
b/libbe/ui/util/cmdutil.py
similarity index 100%
rename from
libbe/cmdutil.py
rename to
libbe/ui/util/cmdutil.py
diff --git
a/libbe/editor.py
b/libbe/ui/util/editor.py
similarity index 100%
rename from
libbe/editor.py
rename to
libbe/ui/util/editor.py
diff --git
a/libbe/pager.py
b/libbe/ui/util/pager.py
similarity index 100%
rename from
libbe/pager.py
rename to
libbe/ui/util/pager.py
diff --git
a/libbe/beuuid.py
b/libbe/util/beuuid.py
similarity index 100%
rename from
libbe/beuuid.py
rename to
libbe/util/beuuid.py
diff --git
a/libbe/encoding.py
b/libbe/util/encoding.py
similarity index 100%
rename from
libbe/encoding.py
rename to
libbe/util/encoding.py
diff --git
a/libbe/subproc.py
b/libbe/util/subproc.py
similarity index 100%
rename from
libbe/subproc.py
rename to
libbe/util/subproc.py
diff --git
a/libbe/tree.py
b/libbe/util/tree.py
similarity index 100%
rename from
libbe/tree.py
rename to
libbe/util/tree.py
diff --git
a/libbe/utility.py
b/libbe/util/utility.py
similarity index 100%
rename from
libbe/utility.py
rename to
libbe/util/utility.py