tests/test-contrib-emacs.t
author Augie Fackler <augie@google.com>
Thu, 29 Jul 2021 17:04:55 -0400
branchstable
changeset 47772 0bdcb5ef932c
parent 45449 814c7430f828
permissions -rw-r--r--
git: restore basic functionality (issue6545) It looks like a big refactor happened on dirstate, and the git extension was just ignored. Differential Revision: https://phab.mercurial-scm.org/D11234

#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)