Fixed up Bugs Everywhere command listings
authorAaron Bentley <abentley@panoramicfeedback.com>
Wed, 9 Mar 2005 22:24:50 +0000 (22:24 +0000)
committerAaron Bentley <abentley@panoramicfeedback.com>
Wed, 9 Mar 2005 22:24:50 +0000 (22:24 +0000)
.be/bugs/0e0c806c-5443-4839-aa60-9615c8c10853/status
be

index f510327578a4562e26a7c64bdf061e4a49f85ee6..1ac208286a54bf10746bac5466010b15663a0a6e 100644 (file)
@@ -1 +1 @@
-open
+closed
diff --git a/be b/be
index d88c43e84c8cd320c2f8aca0dd058b1754442173..2f9345813fb89fbc5137c6d92f8933b7c27e3f8f 100755 (executable)
--- a/be
+++ b/be
@@ -1,10 +1,15 @@
 #!/usr/bin/env python
 """Bugs Everywhere - Distributed bug tracking
 
-be list: list bugs
-be status: view or set the status of a bug
-be comment: append a comment to a bug
-be set-root: assign the root directory for bug tracking
+Supported commands
+ set-root: assign the root directory for bug tracking
+      new: Create a new bug
+     list: list bugs
+    close: close a bug
+     open: re-open a bug
+
+Unimplemented commands
+  comment: append a comment to a bug
 """
 from libbe.cmdutil import *
 from libbe.bugdir import tree_root, create_bug_dir