Mercurial > hg
view tests/test-bisect @ 5739:45fa7b1c5d4c
checkexec: fix VFAT tempfile droppings with more modern Linux kernels
More recent Linux kernels don't pretend to allow any bogus chmods on
VFAT.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 27 Dec 2007 23:55:40 -0600 |
parents | 9079081b8982 |
children | 2dd202a6e15b |
line wrap: on
line source
#!/bin/sh set -e echo "[extensions]" >> $HGRCPATH echo "hbisect=" >> $HGRCPATH echo % init hg init echo % committing changes count=0 echo > a while test $count -lt 32 ; do echo 'a' >> a test $count -eq 0 && hg add hg ci -m "msg $count" -d "$count 0" echo % committed changeset $count count=`expr $count + 1` done echo % log hg log echo % hg up -C hg up -C echo % bisect test hg bisect -r hg bisect -b hg bisect -g 1 hg bisect -g hg bisect -g hg bisect -g hg bisect -b hg bisect -g