branch: elpa/helm commit ef6200106d40e5a585f69bfc5b94387ac18f1f61 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
reinforce regexp matching hg repo --- helm-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-packages.el b/helm-packages.el index d6537192b5..c46fbea22c 100644 --- a/helm-packages.el +++ b/helm-packages.el @@ -302,7 +302,7 @@ PROVIDER can be one of \"melpa\", \"gnu\" or \"nongnu\"." (branch (plist-get recipe :branch)) (fix-url (if (or (string-match "\\.git\\'" url) ;; For git-remote-hg. - (string-match "\\`hg" url)) + (string-match "\\`hg::" url)) url (concat url ".git"))) ;; In gnu archive all packages maintained on Elpa are pointing to