From a97cc2c319c5364b56d17ddf1218a2a6a0dac042 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 10 Nov 2012 08:46:14 -0500 Subject: Don't add user to CC list so that updating status will work --- git-bz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-bz b/git-bz index a510732..4273acf 100755 --- a/git-bz +++ b/git-bz @@ -1908,7 +1908,7 @@ def do_attach(*args): add_url(bug, commits) # as in edit_bug we need to update the bug first while our token is still valid - bug.update(addselfcc='1') + # bug.update(addselfcc='1') attach_commits(bug, commits, edit_comments=global_options.edit) # Sort the patches in the bug into categories based on a set of Git -- cgit