diff --git a/mercurial-site-start.el b/mercurial-site-start.el new file mode 100644 index 0000000..f169f95 --- /dev/null +++ b/mercurial-site-start.el @@ -0,0 +1,7 @@ +(autoload 'hg-mode "mercurial" "HG mode." t) +(autoload 'hg-help-overview "mercurial" "HG help." t) + +(autoload 'mq-mode "mq" + "MQ mode for Mercurial repositories with an MQ patch queue." t) +(autoload 'mq-edit-mode "mq" + "MQ edit mode for editing patch descriptions." t) diff --git a/mercurial.spec b/mercurial.spec index 7cee6e2..7808397 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -184,6 +184,10 @@ pathfix.py -pni "%{python3}" %{buildroot}%{_bindir}/hg-ssh cd tests && HGPYTHON3=1 %{python3} run-tests.py --blacklist %{SOURCE2} %changelog +* Mon Aug 01 2022 Ondřej Pohořelský - 6.2-2 +- Add forgotten mercurial-site-start.el +- Related: rhbz#2089849 + * Fri Jul 29 2022 Ondřej Pohořelský - 6.2-1 - New release Mercurial 6.2 -- Resolves: rhbz#2089849 \ No newline at end of file +- Resolves: rhbz#2089849