yuja added a comment.

  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3859

To: spectral, #hg-reviewers
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to