Commit Briefs

Stefan Sperling

show reference labels next to commit messages in tog log view

requested by mpi@ ok op@


Mark Jamsek

tog: rename regress test script envvar

As per stsp's idea: use a more descriptive name, and use the TOG_TEST_SCRIPT envvar both in tog.c and the test scripts. ok stsp@


Mark Jamsek

tog: basic diff view test and fix hardcoded script path

ok stsp@


Mark Jamsek

tog: implement automated test harness

Add framework for scripting tog tests by capturing screen dumps to compare with expected output. Includes some preliminary log view tests but lots more tests are needed to cover diff, blame, tree, ref, and help views. ok stsp@