Initial commit with init and fetch commands
authorIan Weller <ian@ianweller.org>
Mon, 7 Dec 2009 03:11:52 +0000 (22:11 -0500)
committerIan Weller <ian@ianweller.org>
Mon, 7 Dec 2009 03:11:52 +0000 (22:11 -0500)
commitfb328c2757462c9a7ea8ee85075b5c1b68e5d396
tree45fe5e8d925eb49b6c758bb2094adcde29df9450
Initial commit with init and fetch commands
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
HACKING [new file with mode: 0644]
bin/mw [new file with mode: 0755]
src/mw/__init__.py [new file with mode: 0644]
src/mw/api.py [new file with mode: 0644]
src/mw/cli.py [new file with mode: 0644]
src/mw/clicommands.py [new file with mode: 0644]
src/mw/metadir.py [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?