Removing debugging output from script.

This commit is contained in:
Robin Sommer 2011-07-19 19:10:05 -07:00
parent ffe6fcf2a7
commit 2b2a8d527f
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,7 @@
1.6-dev.223 Tue Jul 19 19:10:36 PDT 2011
- Adding a script to update CHANGES and VERSION. (Robin Sommer)
1.6-dev.218 Tue Jul 19 18:16:44 PDT 2011
- Comprehensive policy script overhaul/rewrite. (Seth Hall)

View file

@ -1 +1 @@
1.6-dev.218
1.6-dev.223

View file

@ -25,8 +25,6 @@ function my_describe
last_tag_rev="<norev>"
for i in `git rev-list --first-parent $rev`; do
echo $d >&2 git describe --exact-match $i
tag=`git describe --exact-match $i 2>/dev/null`;
if [ "$tag" != "" ]; then
last_tag="$tag"