Hi fossil developers,

Is fossil does not support multiple lines comment?


I use this command to commit:
[fossil] commit --no-warnings --message-file [comment-file] --args [files]


The comment file have several lines (\n).
But the output of [fossil] timeline only show 1 line.
The same in the fossil web ui, all multiple lines become single line.

Also the same for all imported revision from SVN.

Right now in my Fossil GUI, I replace \n into _ and when read the result of 
fossil timeline, I replace _ back to \n.
It working fine now, but it would be better if I don't hack the comment like 
this.

Thanks
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to