summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2012-03-01 15:46:09 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2012-03-01 15:46:09 -0500
commit31088e0d0ef177358831363f547084c76f8e8451 (patch)
tree1acaa63e3aee178fadda5046a854306810c3a152
parentbe420c97d3918216f49eb91f396bfc2795de5d59 (diff)
apply: fix typo
""" not """"
-rwxr-xr-xgit-bz2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bz b/git-bz
index 065d290..0554f16 100755
--- a/git-bz
+++ b/git-bz
@@ -1665,7 +1665,7 @@ Subject: %s
FIXME: need commit message.
(Please also double check the author and subject.)
---
-"""" + patch.data
+""" + patch.data
need_amend = True
else:
need_amend = False