Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 11 Nov 2005 11:37:47 +0000 (11:37 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 11 Nov 2005 11:37:47 +0000 (11:37 +0000)
- 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 [new file with mode: 0755]

diff --git a/do-commit.sh b/do-commit.sh
new file mode 100755 (executable)
index 0000000..d36aa33
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+svn update
+echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./trunk/VERSION.svn
+svn commit "$@"