Home
last modified time | relevance | path

Searched refs:get_transport_from_path (Results 1 – 21 of 21) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dgit_remote_helper.py29 from ..transport import get_transport_from_path
196 git_transport = get_transport_from_path(".")
204 git_transport = get_transport_from_path(git_path)
H A Dcache.py43 get_transport_from_path,
65 return get_transport_from_path(path)
836 return cls(get_transport_from_path(get_cache_dir()))
H A Ddir.py31 get_transport_from_path,
807 get_transport_from_path(commondir))
H A Dtransportgit.py426 _mod_transport.get_transport_from_path(commondir)
617 t = _mod_transport.get_transport_from_path(path)
H A Dworkingtree.py578 transport = _mod_transport.get_transport_from_path(
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_lockable_files.py276 t = transport.get_transport_from_path('.')
301 self.transport = transport.get_transport_from_path('.')
344 self.transport = transport.get_transport_from_path('.')
H A Dtest_server.py219 self.backing_transport = transport.get_transport_from_path('.')
240 self.backing_transport = transport.get_transport_from_path('.')
H A Dhttp_utils.py58 backing = transport.get_transport_from_path(
H A Dtest_transport.py709 t = transport.get_transport_from_path(self.test_dir)
715 t = transport.get_transport_from_path("file:")
H A D__init__.py1156 name_transport = _mod_transport.get_transport_from_path(name)
2676 t = _mod_transport.get_transport_from_path(root)
2925 transport = _mod_transport.get_transport_from_path(".")
H A Dtest_selftest.py656 t = self.get_transport_from_path('.')
/dports/devel/brz/breezy-3.2.0/breezy/plugins/weave_fmt/
H A Dtest_store.py69 t = transport.get_transport_from_path(path)
126 t = transport.get_transport_from_path(path)
144 t = transport.get_transport_from_path(path)
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dmsgeditor.py156 msg_transport = transport.get_transport_from_path(
H A Dconfig.py950 self.transport = transport.get_transport_from_path(self.dir)
3173 t = transport.get_transport_from_path(
3186 t = transport.get_transport_from_path(
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_bzrdir.py298 t = _mod_transport.get_transport_from_path(url)
307 _mod_transport.get_transport_from_path('.'))
315 _mod_transport.get_transport_from_path('.'))
323 _mod_transport.get_transport_from_path('.'))
333 _mod_transport.get_transport_from_path('.'))
H A Dtest_knit.py1613 t = transport.get_transport_from_path('.')
1619 t = transport.get_transport_from_path('.')
H A Dtest_smart_transport.py1697 backing_transport=_mod_transport.get_transport_from_path("."))
1731 backing_transport=_mod_transport.get_transport_from_path("."))
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dworkingtree_4.py76 from ..transport import get_transport_from_path
1076 get_transport_from_path(self.basedir))
H A Dbtree_index.py201 new_backing = BTreeGraphIndex(transport.get_transport_from_path('.'),
H A Dinventorytree.py801 transport = _mod_transport.get_transport_from_path(abspath)
/dports/devel/brz/breezy-3.2.0/breezy/transport/
H A D__init__.py1510 def get_transport_from_path(path, possible_transports=None): function