tests/test-check-commit.t
changeset 33116 6c113a7dec52
parent 32380 5db6d70fd30b
child 33204 ddd65b4f3ae6
--- a/tests/test-check-commit.t	Tue Jun 27 17:24:31 2017 -0700
+++ b/tests/test-check-commit.t	Tue Jun 27 17:24:31 2017 -0700
@@ -8,8 +8,8 @@
 
   $ cd $TESTDIR/..
 
-  $ for node in `hg log --rev 'not public() and ::. and not desc("# no-check-commit")' --template '{node|short}\n'`; do
-  >    hg export --git $node | contrib/check-commit > ${TESTTMP}/check-commit.out
+  $ for node in `syshg log --rev 'not public() and ::. and not desc("# no-check-commit")' --template '{node|short}\n'`; do
+  >    syshg export --git $node | contrib/check-commit > ${TESTTMP}/check-commit.out
   >    if [ $? -ne 0 ]; then
   >        echo "Revision $node does not comply with rules"
   >        echo '------------------------------------------------------'