aboutsummaryrefslogblamecommitdiffstats
path: root/becommands/open.py
blob: db8903517086e52fc448d90222656a0c8c72a07f (plain) (tree)
1
2
3
4



                                            
from libbe import cmdutil
def execute(args):
    assert(len(args) == 1)
    cmdutil.get_bug(args[0]).status = "open"