[Bps-public-commit] r16157 - in sd/trunk: lib/App/SD/CLI/Model
spang at bestpractical.com
spang at bestpractical.com
Mon Sep 29 18:17:06 EDT 2008
Author: spang
Date: Mon Sep 29 18:17:05 2008
New Revision: 16157
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/CLI/Model/Ticket.pm
Log:
r50159 at loki: spang | 2008-09-29 09:42:27 -0400
oops, don't strip newlines out of comments
Modified: sd/trunk/lib/App/SD/CLI/Model/Ticket.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Model/Ticket.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Model/Ticket.pm Mon Sep 29 18:17:05 2008
@@ -217,7 +217,7 @@
$new_props{$prop} = $val unless !($val);
}
} elsif ($last_seen_sep eq comment_separator_text()) {
- $comment .= $line;
+ $comment .= $line . "\n";
}
}
More information about the Bps-public-commit
mailing list