Added libbe.command.serve and libbe.storage.http for HTTP backend.
authorW. Trevor King <wking@drexel.edu>
Fri, 1 Jan 2010 19:43:03 +0000 (14:43 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 1 Jan 2010 19:43:03 +0000 (14:43 -0500)
commit5f26c407789a2f8fc51d89b6d0c590253b50c754
treed28eea2fc972bdce77acddbcc9328ad316724f12
parentd313d3651ae5875fda86491e693e1963d2de91a5
Added libbe.command.serve and libbe.storage.http for HTTP backend.

Now the following works:
  some-BE-dir$ ./be serve
  $ ./be --repo http://localhost:8000 list

I haven't come up with a clean idea for testing this yet, so other
commands may be broken, but once we get the testing working, it
shouldn't be too hard to get everything working over HTTP :).
libbe/command/serve.py [new file with mode: 0644]
libbe/storage/__init__.py
libbe/storage/http.py [new file with mode: 0644]
libbe/ui/command_line.py