Hash :
7fb414ae
Author :
Date :
2020-08-08T07:34:47
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
REGRESS_TARGETS=checkout update status log add rm diff blame branch tag \
ref commit revert cherrypick backout rebase import histedit \
integrate stage unstage cat clone fetch tree
NOOBJ=Yes
checkout:
./checkout.sh -q
update:
./update.sh -q
status:
./status.sh -q
log:
./log.sh -q
add:
./add.sh -q
rm:
./rm.sh -q
diff:
./diff.sh -q
blame:
./blame.sh -q
branch:
./branch.sh -q
tag:
./tag.sh -q
ref:
./ref.sh -q
commit:
./commit.sh -q
revert:
./revert.sh -q
cherrypick:
./cherrypick.sh -q
backout:
./backout.sh -q
rebase:
./rebase.sh -q
import:
./import.sh -q
histedit:
./histedit.sh -q
integrate:
./integrate.sh -q
stage:
./stage.sh -q
unstage:
./unstage.sh -q
cat:
./cat.sh -q
clone:
./clone.sh -q
fetch:
./fetch.sh -q
tree:
./tree.sh -q
.include <bsd.regress.mk>