From: Aaron Bentley Date: Wed, 9 Mar 2005 22:24:50 +0000 (+0000) Subject: Fixed up Bugs Everywhere command listings X-Git-Tag: 1.0.0~377 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=edc06209d43e046da13dd3dae1f4531f88131261;p=be.git Fixed up Bugs Everywhere command listings --- diff --git a/.be/bugs/0e0c806c-5443-4839-aa60-9615c8c10853/status b/.be/bugs/0e0c806c-5443-4839-aa60-9615c8c10853/status index f510327..1ac2082 100644 --- a/.be/bugs/0e0c806c-5443-4839-aa60-9615c8c10853/status +++ b/.be/bugs/0e0c806c-5443-4839-aa60-9615c8c10853/status @@ -1 +1 @@ -open +closed diff --git a/be b/be index d88c43e..2f93458 100755 --- 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