From e92c5885789545f273485399f4bcf5b083ba5f29 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 12 Aug 2008 00:06:38 +0200 Subject: [PATCH] tg export: Print progress messages _before_ the action --- tg-export.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tg-export.sh b/tg-export.sh index 4ce54cd..73ad2ef 100644 --- a/tg-export.sh +++ b/tg-export.sh @@ -122,11 +122,10 @@ collapse() else # First time hitting this dep; the common case + echo "Collapsing $_dep" commit="$(collapsed_commit "$_dep")" - mkdir -p "$playground/$(dirname "$_dep")" echo "$commit" >"$playground/$_dep" - echo "Collapsed $_dep" fi # Propagate our work through the dependency chain @@ -150,10 +149,10 @@ quilt() return fi + echo "Exporting $_dep" mkdir -p "$(dirname "$filename")" tg patch "$_dep" >"$filename" echo "$_dep.diff -p1" >>"$output/series" - echo "Exported $_dep" } -- 2.30.2