Re: [fossil-users] CI thinks check-in is empty

2017-10-31 Thread jungle Boogie
Good call, Stephan. Thanks for the input, Jacob. I'll take a look for the arguments to use. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] CI thinks check-in is empty

2017-10-31 Thread Jacob MacDonald
That is indeed the issue. There are command line flags to get Code to behave the way you want, but I don't recall them off the top of my head. Try searching for how to use Code as Git's editor, and use the same command as Fossil's editor setting. That should do it. On Tue, Oct 31, 2017 at 7:03 PM

Re: [fossil-users] CI thinks check-in is empty

2017-10-31 Thread Stephan Beal
It sounds like code.exe is starting up in "the background" (for lack of a better word) and returns control to the caller before code.exe exits. What happens when you start code.exe from the console? If the console continues accepting input after code.exe has started, then it's incompatible with

[fossil-users] CI thinks check-in is empty

2017-10-31 Thread jungle Boogie
Hi All, I would like this to be my editor on Windows: "C:\Program Files\Microsoft VS Code\Code.exe" I was able to set it up as my editor: >fossil set editor editor (local) "C:\Program Files\Microsoft VS Code\Code.exe" I wanted to commit a change: >fossil ci This opened VS Code