diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2012-03-01 15:46:09 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2012-03-01 15:46:09 -0500 |
commit | 31088e0d0ef177358831363f547084c76f8e8451 (patch) | |
tree | 1acaa63e3aee178fadda5046a854306810c3a152 | |
parent | be420c97d3918216f49eb91f396bfc2795de5d59 (diff) | |
download | git-bz-31088e0d0ef177358831363f547084c76f8e8451.tar.gz |
apply: fix typo
""" not """"
-rwxr-xr-x | git-bz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |