diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-03-09 22:24:50 +0000 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-03-09 22:24:50 +0000 |
commit | edc06209d43e046da13dd3dae1f4531f88131261 (patch) | |
tree | 58951dc8de4cc377047551ce6750a62fe305131a /be | |
parent | 18b5752e6b696b8ef7839c3e8b8e0373e49b75bd (diff) | |
download | bugseverywhere-edc06209d43e046da13dd3dae1f4531f88131261.tar.gz |
Fixed up Bugs Everywhere command listings
Diffstat (limited to 'be')
-rwxr-xr-x | be | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 |