branch: elpa/helm
commit 1366c9af3fa68de98445bad2162ddefdba7e6f52
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Add comment about #2723
---
 helm-files.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-files.el b/helm-files.el
index b971c0bce0..8ce7cd573f 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -7107,6 +7107,7 @@ and
                                      (fboundp 'helm-ls-git-root-dir)
                                      (helm-ls-git-root-dir))
                           (expand-file-name it)))
+         ;; handle nested projects (Hg inside Git or vice versa) issue#2723.
          (hg-project (helm-aif (and (require 'helm-ls-hg nil t)
                                     (fboundp 'helm-hg-root)
                                     (helm-hg-root))

Reply via email to