loggerhead - doesn't detect new line
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Fix Released
|
Undecided
|
Michael Hudson-Doyle |
Bug Description
I'm looking at http://
When I use "bzr commit -m", I separate the subject message as such:
bzr commit -m "* Change 1
* Change 2
* Change 3"
"bzr log -r33" command shows the log message correctly:
message:
* Changed variables to all caps, easier to see
* Added timekpr.conf
* ...
Now look at rev #33 at that link: * Changed variables to all caps, easier to see * Added timekpr.conf * Separated directories: 1) for work /var/lib/timekpr (dir) 2) for per-user configuration /etc/timekpr (dir) 3) for timekpr main variables /etc/timekpr.conf (file) * Added admin privileges check
Loggerhead doesn't detect the new lines and treat them as such, instead it truncates everything into one line
Related branches
Changed in loggerhead: | |
status: | Fix Committed → Fix Released |
That is by design, as line breaks will break the formatting. bazaar. launchpad. net/~timekpr- maintainers/ timekpr/ trunk/revision/ 33
You can see your full commit message if you actually go to the revision: http://