tests/test-contrib-emacs.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 31 Jan 2022 14:26:35 +0100
changeset 48683 111f5a0cbcaa
parent 45449 814c7430f828
permissions -rw-r--r--
dirstate: rename the filegenerator used for writing We will need a different name in the next changesets. Changing the name is actually not that trivial so we do it in its own changeset. Differential Revision: https://phab.mercurial-scm.org/D12123

#require emacs
  $ emacs -q -no-site-file -batch -l $TESTDIR/../contrib/hg-test-mode.el \
  >  -f ert-run-tests-batch-and-exit
  Running 1 tests (*) (glob)
     passed  1/1  hg-test-mode--compilation-mode-support* (glob)
  
  Ran 1 tests, 1 results as expected* (glob)