summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-04-22 23:22:53 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 22:40:13 +0100
commit8ce880e160f707bcf241f0e07a12614f624be96e (patch)
treea02ea01da6e949f4ba37e083e9d95d42415a0b52 /git-debrebase
parent06163c6846f67fc9469c07c00611495f373f510e (diff)
git-debrebase: Fix a message to use "" properly
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debrebase b/git-debrebase
index c02fe8a..e3fea7c 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -560,7 +560,7 @@ sub keycommits ($;$$$) {
$breakwater = undef;
} elsif ($ty eq 'Mixed') {
$x->($unclean, 'mixed',
- 'found mixed upstream/packaging commit ($head)');
+ "found mixed upstream/packaging commit ($head)");
$clogonly = undef;
$breakwater = undef;
} elsif ($ty eq 'Pseudomerge' or