changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/bundle-dir.sh

revision 229: 989b1b4782dc
parent 92: 9211d38aca7e
child 234: 3b735bfbd5f0
     1.1--- a/scripts/bundle-dir.sh	Fri May 24 22:04:12 2024 +0000
     1.2+++ b/scripts/bundle-dir.sh	Sat May 25 23:17:00 2024 -0400
     1.3@@ -2,7 +2,7 @@
     1.4 # bundle a tar.zst archive of Mercurial repositories.
     1.5 # must be absolute
     1.6 #WD=/mnt/y/data/packy
     1.7-WD="${2:-$HOME/dev/comp/infra/dist}"
     1.8+WD="${2:-/tmp/dist}"
     1.9 OUT=$WD/bundle
    1.10 SRC_PATH=$HOME/dev/comp
    1.11 BUNDLE_NAME="${1:-code}"