Queued, thanks.

> +  $ NO_RM=--config=experimental.removeemptydirs=0
> +  $ isdir() { if [[ -d $1 ]]; then echo yes; else echo no; fi }
> +  $ isfile() { if [[ -f $1 ]]; then echo yes; else echo no; fi }

changed to `[ ... ]` since `[[ ... ]]` requires bash.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to