# HG changeset patch # User Alexis S. L. Carvalho # Date 1203621751 10800 # Node ID ba0790061ba79f664eaf184e8f891ff66e9eed5e # Parent ea161d6481173d059c95f8f065897a17b0368fa6 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. diff -r ea161d648117 -r ba0790061ba7 tests/test-glog --- 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