tests: pass only one file at a time to tail(1)
It looks like the verison on Solaris only tails one file at a time.
$ hg init $ touch unknown $ touch a $ hg add a $ hg ci -m "1" $ touch b $ hg add b $ hg ci -m "2"Should show unknown $ hg status ? unknown $ hg revert -r 0 --all removing bShould show unknown and b removed $ hg status R b ? unknownShould show a and unknown $ ls a unknown