the --partial flag does tell flag to not download the whole history (which we don't need, do we?) So I'd propose using: darcs get --no-pristine-tree --partial $tagflags "$url" "$out" in pkgs/build-support/fetchdarcs/builder.sh But I still have to test it.. Marc Weber