hgext/largefiles/storefactory.py
changeset 46907 ffd3e823a7e5
parent 43089 c59eb1560c44
child 46908 4452cb788404
--- a/hgext/largefiles/storefactory.py	Sun Apr 11 23:54:35 2021 +0200
+++ b/hgext/largefiles/storefactory.py	Mon Apr 12 03:01:04 2021 +0200
@@ -12,6 +12,9 @@
     hg,
     util,
 )
+from mercurial.utils import (
+    urlutil,
+)
 
 from . import (
     lfutil,
@@ -71,7 +74,7 @@
 
     raise error.Abort(
         _(b'%s does not appear to be a largefile store')
-        % util.hidepassword(path)
+        % urlutil.hidepassword(path)
     )