Skip to content
Snippets Groups Projects
Commit 7948fc3f1d57 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

tests: move commit extra extension into tests/testlib

This avoids cluttering the tests data with infrastructure files, and
adjust the name to be consistent with Mercurial's naming conventions.
parent 23cb87c33a44
No related branches found
No related tags found
1 merge request!102pull: some optimisations
......@@ -62,8 +62,8 @@
fn_hg_commitextra() {
HGDATE="2007-01-01 00:00:$count +0000"
hg --config extensions.commitextra=$TESTDIR/commitextra.py commitextra \
-d "$HGDATE" "$@" >/dev/null || echo "hg commit error"
hg --config extensions.commitextra=$TESTDIR/testlib/ext-commit-extra.py \
commitextra -d "$HGDATE" "$@" >/dev/null || echo "hg commit error"
count=`expr $count + 1`
}
......
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