@@ -, +, @@ --- git-bz | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/git-bz +++ a/git-bz @@ -1196,6 +1196,7 @@ class Bug(object): die ("Failed to attach patch to bug %d, status=%d" % (self.id, response.status)) print "Attached %s" % filename + print "sending patch to list %s" % filename # Update specified fields of a bug; keyword arguments are interpreted # as field_name=value --