test-glog: pass the list of files to commit
test-glog uses debugsetparents instead of update+merge to create
some funky DAGs, and so the dirstate contents won't be consistent
with the checked out revision.
Passing an explicit list of files to commit reduces a bit the
dependency on the dirstate.
Using a non-deprecated rawcommit might be better here.
--- a/tests/test-glog Thu Feb 21 15:56:35 2008 +0100
+++ b/tests/test-glog Thu Feb 21 16:22:31 2008 -0300
@@ -82,7 +82,7 @@
fi
echo $rev > $rev
hg add $rev
- hg ci -d "$rev 0" -m "($rev) $msg"
+ hg ci -d "$rev 0" -m "($rev) $msg" $rev
}
echo "[extensions]" >> $HGRCPATH