Author: glen                         Date: Sat Sep 22 10:06:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- verbose tagging

---- Files affected:
SPECS:
   builder (1.517 -> 1.518) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.517 SPECS/builder:1.518
--- SPECS/builder:1.517 Thu Sep  6 22:53:27 2007
+++ SPECS/builder       Sat Sep 22 12:06:49 2007
@@ -1166,10 +1166,12 @@
        if [ "$tag_files" ]; then
                if [ "$TAG_VERSION" = "yes" ]; then
                        update_shell_title "tag sources: $TAGVER"
+                       printf "Tagging %d files\n" $(echo $tag_files | wc -w)
                        cvs $OPTIONS $TAGVER $tag_files || exit
                fi
                if [ -n "$TAG" ]; then
                        update_shell_title "tag sources: $TAG"
+                       printf "Tagging %d files\n" $(echo $tag_files | wc -w)
                        cvs $OPTIONS $TAG $tag_files || exit
                fi
        fi
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.517&r2=1.518&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to