View | Details | Raw Unified | Return to bug 6473
Collapse All | Expand All

(-)a/git-bz (-1 / +1 lines)
Lines 1196-1201 class Bug(object): Link Here
1196
            die ("Failed to attach patch to bug %d, status=%d" % (self.id, response.status))
1196
            die ("Failed to attach patch to bug %d, status=%d" % (self.id, response.status))
1197
1197
1198
        print "Attached %s" % filename
1198
        print "Attached %s" % filename
1199
        print "sending patch to list %s" % filename
1199
1200
1200
    # Update specified fields of a bug; keyword arguments are interpreted
1201
    # Update specified fields of a bug; keyword arguments are interpreted
1201
    # as field_name=value
1202
    # as field_name=value
1202
- 

Return to bug 6473