From: Yann Dirson Date: Fri, 16 Mar 2007 22:45:45 +0000 (+0000) Subject: Add a script to quickly run an interactive test session. X-Git-Tag: v0.13~114 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/bc97194adc2d563d9044d082a28427fbda1c9cfd?ds=inline;hp=bc97194adc2d563d9044d082a28427fbda1c9cfd Add a script to quickly run an interactive test session. This uses the capabilities of the test library to provide a throw-away playground to test how the current stgit tree behaves. To use it, run the following command: (cd t && ./interactive.sh) You'll get a shell in a brand new git tree. Exiting that shell will get rid of this temporary directory. Signed-off-by: Yann Dirson ---