# HG changeset patch # User Jeff Hammel # Date 1291742167 28800 # Node ID 7fe6f1e923bbd0dc0105c0251f13b844c925ff6c # Parent a8eb5c7d40426e7d30b921c3afeceb8af5b5d521 return the ref to a new bug diff -r a8eb5c7d4042 -r 7fe6f1e923bb bzconsole/main.py --- a/bzconsole/main.py Mon Dec 06 17:34:01 2010 -0800 +++ b/bzconsole/main.py Tue Dec 07 09:16:07 2010 -0800 @@ -86,7 +86,9 @@ results = self._request('/bug', request) except Exception, e: raise - + + # return the URL + return results['ref'] def configuration(self): """bugzilla configuration"""