tests/test-contrib-emacs.t
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 21 Jul 2020 18:21:27 +0530
changeset 45322 dc283bc7e033
parent 41797 19979b8b87e2
child 45460 814c7430f828
permissions -rw-r--r--
localrepo: abort creating a shared repo if the source does not have store We cannot create a shared repository without a store IIUC. Let's abort in such cases. Differential Revision: https://phab.mercurial-scm.org/D8772

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