tests/test-contrib-emacs.t
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 10 May 2019 22:24:47 -0700
changeset 42297 62bb49a1d05d
parent 41788 19979b8b87e2
child 45449 814c7430f828
permissions -rw-r--r--
context: default to using branch from dirstate only in workingctx Same reasoning as previous commits: only the workingctx should know about the dirstate. committablectx now seems free of dirstate references. Differential Revision: https://phab.mercurial-scm.org/D6374

#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
  
  Ran 1 tests, 1 results as expected (*) (glob)