[Pkg-ocaml-maint-commits] r6202 - /trunk/tools/svn2git/functions.sh

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Thu Feb 19 12:12:30 UTC 2009


Author: smimram
Date: Thu Feb 19 12:12:30 2009
New Revision: 6202

URL: http://svn.debian.org/wsvn/?sc=1&rev=6202
Log:
Specify functions which should not be called directly.

Modified:
    trunk/tools/svn2git/functions.sh

Modified: trunk/tools/svn2git/functions.sh
URL: http://svn.debian.org/wsvn/trunk/tools/svn2git/functions.sh?rev=6202&op=diff
==============================================================================
--- trunk/tools/svn2git/functions.sh (original)
+++ trunk/tools/svn2git/functions.sh Thu Feb 19 12:12:30 2009
@@ -14,6 +14,7 @@
   chmod +x ${PKG}.sh
 }
 
+# Do not call directly!
 gen_readme () {
   PKG=$1
   svn up
@@ -36,6 +37,7 @@
   ( mkdir git && cd git && git init )
 }
 
+# Do not call directly!
 git_check () {
   if [ ! -d .git ]; then
     echo "Go to a git repository!"




More information about the Pkg-ocaml-maint-commits mailing list