changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/init-vc-bundles.sh

revision 341: 5964a3cb871e
parent 340: 37db99de55c1
child 342: a3135650c721
     1.1--- a/scripts/init-vc-bundles.sh	Sun Jul 21 18:15:38 2024 -0400
     1.2+++ b/scripts/init-vc-bundles.sh	Sun Jul 21 18:16:57 2024 -0400
     1.3@@ -9,6 +9,6 @@
     1.4   echo "unbundling $i"
     1.5   r=(basename "$i" .hg)
     1.6   hg init "$r"
     1.7-  cd $r && hg unbundle $DIR/$i && cd $DIR
     1.8+  cd "$r" && hg unbundle "$DIR/$i" && cd "$DIR"
     1.9+  rm "$i"
    1.10 done
    1.11-