aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/storage/vcs')
-rw-r--r--libbe/storage/vcs/hg.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbe/storage/vcs/hg.py b/libbe/storage/vcs/hg.py
index 19e3585..b280ff2 100644
--- a/libbe/storage/vcs/hg.py
+++ b/libbe/storage/vcs/hg.py
@@ -22,8 +22,6 @@ Mercurial (hg) backend.
"""
try:
- # enable importing on demand to reduce startup time
- from mercurial import demandimport; demandimport.enable()
import mercurial
import mercurial.version
import mercurial.dispatch