Skip to content
Snippets Groups Projects
Commit ba079006 authored by Alexis S. L. Carvalho's avatar Alexis S. L. Carvalho
Browse files

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.
parent ea161d64
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment