From ad286e74a2a6c97f36812497d275ce3c6af3dab3 Mon Sep 17 00:00:00 2001 From: pdmef Date: Fri, 11 Nov 2005 11:37:47 +0000 Subject: [PATCH] Rocco Rutte: - add early Screen and Motion abstraction, port muttng-conf to it - move do-commit.sh again to trunk/ so that we don't have new revisions for trunk all the time - add some more details to design overview git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@582 e385b8ad-14ed-0310-8656-cc95a2468c6d --- do-commit.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 do-commit.sh diff --git a/do-commit.sh b/do-commit.sh new file mode 100755 index 0000000..d36aa33 --- /dev/null +++ b/do-commit.sh @@ -0,0 +1,4 @@ +#!/bin/sh +svn update +echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./trunk/VERSION.svn +svn commit "$@" -- 2.20.1