On Thu, Oct 17, 2013 at 5:01 PM, <[email protected]> wrote: > If this is true, why couldn't fossil collapse that same effect for a >> manual commit step? >> > i'm not sure what you mean by that? > > me -> I'm asking why can't I perform a manual commit without comments > being ignored, but not using -M. >
So you want a manual commit _with_ comments? Sorry, the quadruple negation here is confusing me: can't... without ... ignored ... not using. If you want to use '#' in your commit message, either use -M or type them in using -m: fossil commit -m '# part 1 # part 2 # part 3' file file2 file3 -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

