aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/close.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/close.py')
-rw-r--r--becommands/close.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/becommands/close.py b/becommands/close.py
new file mode 100644
index 0000000..184e2e1
--- /dev/null
+++ b/becommands/close.py
@@ -0,0 +1,4 @@
+from libbe import cmdutil
+def execute(args):
+ assert(len(args) == 1)
+ cmdutil.get_bug(args[0]).status = "closed"