On Thu, 13 Oct 2011 16:19:58 +0200, Gilles
<gilles.gana...@free.fr> wrote:
>2. Is there a way to tell Fossil to pause after running a command, so
>the user has some feedback before the DOS box closes, which it does
>when running commands that don't prompt the user for more such as
>"revert" or "undo"?

As a work-around, I built a simple fossil.bat which is called by the
context menu, and prevents the DOS from closing right after running
fossil, which happens when fossil doesn't prompt the user for eg.
typing a comment after commiting changes:

c:\fossil.bat
fossil.exe %1%
pause

I think it'd be useful for all commands to include an option to
somehow prompt the user to hit ENTER, so this little batch file would
no longer be necessary.

HTH,

_______________________________________________
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