hgext/largefiles/storefactory.py
changeset 41365 876494fd967d
parent 36310 ea62c2df882d
child 43076 2372284d9457
--- a/hgext/largefiles/storefactory.py	Mon Sep 24 14:46:37 2018 -0700
+++ b/hgext/largefiles/storefactory.py	Thu Jan 17 09:17:12 2019 -0800
@@ -43,7 +43,6 @@
             path, _branches = hg.parseurl(path)
             remote = hg.peer(repo or ui, {}, path)
         elif path == 'default-push' or path == 'default':
-            path = ''
             remote = repo
         else:
             path, _branches = hg.parseurl(path)