projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634b4fb
)
Move everything down into a bindings/python directory.
author
Carl Worth
<cworth@cworth.org>
Thu, 22 Apr 2010 00:23:49 +0000
(17:23 -0700)
committer
Carl Worth
<cworth@cworth.org>
Thu, 22 Apr 2010 00:29:34 +0000
(17:29 -0700)
In preparation for merging the python bindings into the notmuch
repository.
22 files changed:
bindings/python/MANIFEST.in
[moved from
MANIFEST.in
with 100% similarity]
patch
|
blob
|
history
bindings/python/README
[moved from
README
with 100% similarity]
patch
|
blob
|
history
bindings/python/debian/changelog
[moved from
debian/changelog
with 100% similarity]
patch
|
blob
|
history
bindings/python/debian/compat
[moved from
debian/compat
with 100% similarity]
patch
|
blob
|
history
bindings/python/debian/control
[moved from
debian/control
with 100% similarity]
patch
|
blob
|
history
bindings/python/debian/copyright
[moved from
debian/copyright
with 100% similarity]
patch
|
blob
|
history
bindings/python/debian/docs
[moved from
debian/docs
with 100% similarity]
patch
|
blob
|
history
bindings/python/debian/rules
[moved from
debian/rules
with 100% similarity]
patch
|
blob
|
history
bindings/python/docs/COPYING
[moved from
docs/COPYING
with 100% similarity]
patch
|
blob
|
history
bindings/python/docs/Makefile
[moved from
docs/Makefile
with 100% similarity]
patch
|
blob
|
history
bindings/python/docs/source/conf.py
[moved from
docs/source/conf.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/docs/source/index.rst
[moved from
docs/source/index.rst
with 100% similarity]
patch
|
blob
|
history
bindings/python/docs/source/notmuch.rst
[moved from
docs/source/notmuch.rst
with 100% similarity]
patch
|
blob
|
history
bindings/python/notmuch.py
[moved from
notmuch.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/notmuch/__init__.py
[moved from
notmuch/__init__.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/notmuch/database.py
[moved from
notmuch/database.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/notmuch/globals.py
[moved from
notmuch/globals.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/notmuch/message.py
[moved from
notmuch/message.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/notmuch/tag.py
[moved from
notmuch/tag.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/notmuch/thread.py
[moved from
notmuch/thread.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/setup.py
[moved from
setup.py
with 100% similarity]
patch
|
blob
|
history
bindings/python/test/notmuch-test
[moved from
test/notmuch-test
with 100% similarity]
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/bindings/python/MANIFEST.in
similarity index 100%
rename from
MANIFEST.in
rename to
bindings/python/MANIFEST.in
diff --git
a/README
b/bindings/python/README
similarity index 100%
rename from
README
rename to
bindings/python/README
diff --git
a/debian/changelog
b/bindings/python/debian/changelog
similarity index 100%
rename from
debian/changelog
rename to
bindings/python/debian/changelog
diff --git
a/debian/compat
b/bindings/python/debian/compat
similarity index 100%
rename from
debian/compat
rename to
bindings/python/debian/compat
diff --git
a/debian/control
b/bindings/python/debian/control
similarity index 100%
rename from
debian/control
rename to
bindings/python/debian/control
diff --git
a/debian/copyright
b/bindings/python/debian/copyright
similarity index 100%
rename from
debian/copyright
rename to
bindings/python/debian/copyright
diff --git
a/debian/docs
b/bindings/python/debian/docs
similarity index 100%
rename from
debian/docs
rename to
bindings/python/debian/docs
diff --git
a/debian/rules
b/bindings/python/debian/rules
similarity index 100%
rename from
debian/rules
rename to
bindings/python/debian/rules
diff --git
a/docs/COPYING
b/bindings/python/docs/COPYING
similarity index 100%
rename from
docs/COPYING
rename to
bindings/python/docs/COPYING
diff --git
a/docs/Makefile
b/bindings/python/docs/Makefile
similarity index 100%
rename from
docs/Makefile
rename to
bindings/python/docs/Makefile
diff --git
a/docs/source/conf.py
b/bindings/python/docs/source/conf.py
similarity index 100%
rename from
docs/source/conf.py
rename to
bindings/python/docs/source/conf.py
diff --git
a/docs/source/index.rst
b/bindings/python/docs/source/index.rst
similarity index 100%
rename from
docs/source/index.rst
rename to
bindings/python/docs/source/index.rst
diff --git
a/docs/source/notmuch.rst
b/bindings/python/docs/source/notmuch.rst
similarity index 100%
rename from
docs/source/notmuch.rst
rename to
bindings/python/docs/source/notmuch.rst
diff --git
a/notmuch.py
b/bindings/python/notmuch.py
similarity index 100%
rename from
notmuch.py
rename to
bindings/python/notmuch.py
diff --git
a/notmuch/__init__.py
b/bindings/python/notmuch/__init__.py
similarity index 100%
rename from
notmuch/__init__.py
rename to
bindings/python/notmuch/__init__.py
diff --git
a/notmuch/database.py
b/bindings/python/notmuch/database.py
similarity index 100%
rename from
notmuch/database.py
rename to
bindings/python/notmuch/database.py
diff --git
a/notmuch/globals.py
b/bindings/python/notmuch/globals.py
similarity index 100%
rename from
notmuch/globals.py
rename to
bindings/python/notmuch/globals.py
diff --git
a/notmuch/message.py
b/bindings/python/notmuch/message.py
similarity index 100%
rename from
notmuch/message.py
rename to
bindings/python/notmuch/message.py
diff --git
a/notmuch/tag.py
b/bindings/python/notmuch/tag.py
similarity index 100%
rename from
notmuch/tag.py
rename to
bindings/python/notmuch/tag.py
diff --git
a/notmuch/thread.py
b/bindings/python/notmuch/thread.py
similarity index 100%
rename from
notmuch/thread.py
rename to
bindings/python/notmuch/thread.py
diff --git
a/setup.py
b/bindings/python/setup.py
similarity index 100%
rename from
setup.py
rename to
bindings/python/setup.py
diff --git
a/test/notmuch-test
b/bindings/python/test/notmuch-test
similarity index 100%
rename from
test/notmuch-test
rename to
bindings/python/test/notmuch-test