X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=tg-export.sh;h=73ad2efde93508939db4e16b34cb4c9e407a127d;hp=4ce54cd1e96a903a72781eb90af0e63c9ff831cf;hb=e92c5885789545f273485399f4bcf5b083ba5f29;hpb=6d1f60429c7c8a769e4e78a0a5bbc460dea7248a 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" }