Meta/Reintegrate: report the "cut" points
Junio C Hamano committed
Jan 3, 2013 at 11:08 UTC
86e573b3d85e3b15e0a08097942eb506107d1368
1 file changed
+7
-1
Reintegrate
+7
-1
index 2a8b0ccad6..59cf994fc3 100755
--- a/Reintegrate
+++ b/Reintegrate
@@ -92,7 +92,13 @@ no)
continue
fi
- case "$branch" in '#'* | '') continue ;; esac
+ case "$branch" in
+ '###')
+ echo >&2 "$branch"
+ continue ;;
+ '#'* | '')
+ continue ;;
+ esac
case "$eh" in
"" | "#"*)