commit - a19f439c4e07de5c812f1771b37cecbba6e631c4
commit + 842467521f94def2d4cce96b3c39f8bbad73bd0b
blob - 435304c10a3b415ec9295b0260316b311b220682
blob + 1c68ed3345910d0c52232b48edc9b7f237a43c39
--- regress/cmdline/cherrypick.sh
+++ regress/cmdline/cherrypick.sh
echo "M new.link" >> $testroot/stdout.expected
echo "D nonexistent.link" >> $testroot/stdout.expected
(cd $testroot/wt && got status > $testroot/stdout)
+ ret=$?
if [ $ret -ne 0 ]; then
diff -u $testroot/stdout.expected $testroot/stdout
test_done "$testroot" "$ret"
blob - 7a0c9fac946246753a140a7bcc326eb9d7dd52a0
blob + e6353f27abeab6054ae8674a3d2ea650d2a2c905
--- regress/cmdline/clone.sh
+++ regress/cmdline/clone.sh
fi
got log -l0 -p -r $testroot/repo > $testroot/log-repo
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got log command failed unexpectedly" >&2
test_done "$testroot" "$ret"
return 1
fi
got log -l0 -p -r $testroot/repo > $testroot/log-repo-clone
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got log command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
blob - a47da6f0af1aa406f84e1d46e3d290ad42d50012
blob + 8d6881ec92c2a3aff5b101a606dfd3264744dcca
--- regress/cmdline/fetch.sh
+++ regress/cmdline/fetch.sh
local commit_id2=`git_show_head $testroot/repo`
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got log -l0 -p -r $testroot/repo > $testroot/log-repo
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got log command failed unexpectedly" >&2
test_done "$testroot" "$ret"
return 1
fi
got log -l0 -p -r $testroot/repo > $testroot/log-repo-clone
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got log command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
blob - 5b7231fd5e9a81e444ef0abfde043e2d565cc61b
blob + 6125dc59b54701f50aa1248b7a9260c6ee5e9dca
--- regress/cmdline/send.sh
+++ regress/cmdline/send.sh
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
got branch -r $testroot/repo-clone branch2
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
test_done "$testroot" "$ret"
return 1
fi
-
+
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
local commit_id4=`git_show_branch_head $testroot/repo-clone bar`
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
got ref -r $testroot/repo2 -s refs/heads/master HEAD
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo2 > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
}
EOF
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
test_done "$testroot" "$ret"
return 1
fi
-
+
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
}
EOF
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
fi
got ref -l -r $testroot/repo-clone > $testroot/stdout
+ ret=$?
if [ $ret -ne 0 ]; then
echo "got ref command failed unexpectedly" >&2
test_done "$testroot" "$ret"
blob - 914cb847c018254515703871e7f5f4db64b790b0
blob + b3ecc917b19ff28675c5fcf81551231911dbc286
--- regress/cmdline/update.sh
+++ regress/cmdline/update.sh
echo "M new.link" >> $testroot/stdout.expected
echo "D nonexistent.link" >> $testroot/stdout.expected
(cd $testroot/wt && got status > $testroot/stdout)
+ ret=$?
if [ $ret -ne 0 ]; then
diff -u $testroot/stdout.expected $testroot/stdout
test_done "$testroot" "$ret"