summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Camins-Esakov <jcamins@cpbibliography.com>2012-11-10 08:46:14 -0500
committerJared Camins-Esakov <jcamins@cpbibliography.com>2012-11-10 08:46:14 -0500
commita97cc2c319c5364b56d17ddf1218a2a6a0dac042 (patch)
treebd195d0f4b3f7a99f80287456afeaa2cc78bab82
parentab7c85c9f76bff5574693ee2595df071f874e8ed (diff)
downloadgit-bz-a97cc2c319c5364b56d17ddf1218a2a6a0dac042.tar.gz
Don't add user to CC list so that updating status will work
-rwxr-xr-xgit-bz2
1 files changed, 1 insertions, 1 deletions
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