Add forgotten mercurial-site-start.el

Related: rhbz#2089849
This commit is contained in:
Ondřej Pohořelský 2022-08-01 14:51:32 +02:00
parent a4e1f7471c
commit 5854716640
2 changed files with 12 additions and 1 deletions

7
mercurial-site-start.el Normal file
View File

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

View File

@ -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ý <opohorel@redhat.com> - 6.2-2
- Add forgotten mercurial-site-start.el
- Related: rhbz#2089849
* Fri Jul 29 2022 Ondřej Pohořelský <opohorel@redhat.com> - 6.2-1
- New release Mercurial 6.2
- Resolves: rhbz#2089849
- Resolves: rhbz#2089849