projects
/
gimrr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80067d0
)
git-mr-sendmail: remove forgotten debug print
author
Frantisek Hrbata
<frantisek@hrbata.com>
Thu, 10 Dec 2020 16:16:27 +0000
(17:16 +0100)
committer
Frantisek Hrbata
<frantisek@hrbata.com>
Thu, 10 Dec 2020 16:16:27 +0000
(17:16 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
git-mr-sendmail
patch
|
blob
|
history
diff --git
a/git-mr-sendmail
b/git-mr-sendmail
index e60fa1810370f8f99896912c14f2f854ce216b36..9b81f065f019dd6ac3f564853c9b89d97948619a 100755
(executable)
--- a/
git-mr-sendmail
+++ b/
git-mr-sendmail
@@
-84,9
+84,6
@@
with open(mboxfn, mode="w") as f:
f.write("{}\n\nTo: {}\nIn-Reply-To: {}\n\n".format(subj, to, inreplyto))
f.write(body)
-with open(mboxfn, mode="r") as f2:
- print(f2.read())
-
oldref = mrlib.filter_revs(refs, mrs=[mr], users=[user], types=["mbox"])
if oldref: