0be51b Expand the progit.lib.new_issue

Authored and Committed by Pierre-Yves Chibon 9 years ago
    Expand the progit.lib.new_issue
    
    With this change the new_issue method can now be used to specify
    - the issue uid
    - the status of the issue
    
    If no issue uid is specified, a new one is generated.
    If no status is specified, the default one is used.
    
        
file modified
+6 -2