projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9058fb2
)
Add summary line to the Serve command.
author
W. Trevor King
<wking@drexel.edu>
Mon, 2 May 2011 02:02:57 +0000
(22:02 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 2 May 2011 02:02:57 +0000
(22:02 -0400)
Thanks to Christian Heinrich for pointing this out.
libbe/command/serve.py
patch
|
blob
|
history
diff --git
a/libbe/command/serve.py
b/libbe/command/serve.py
index b31113928540290fe16955cf872df42581a52496..b42a97b1244d94a0224c7817c305290ee99413a8 100644
(file)
--- a/
libbe/command/serve.py
+++ b/
libbe/command/serve.py
@@
-744,7
+744,12
@@
class ServerApp (WSGI_AppObject):
class Serve (libbe.command.Command):
- """:class:`~libbe.command.base.Command` wrapper around
+ """Serve bug directory storage over HTTP.
+
+ This allows you to run local `be` commands interfacing with remote
+ data, transmitting file reads/writes/etc. over the network.
+
+ :class:`~libbe.command.base.Command` wrapper around
:class:`ServerApp`.
"""