Home
last modified time | relevance | path

Searched refs:get_physical_lock_status (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/brz/breezy-3.2.0/breezy/tests/per_repository_reference/
H A Dtest_break_lock.py38 self.assertEqual(repo.get_physical_lock_status(),
39 unused_repo.get_physical_lock_status())
40 if not unused_repo.get_physical_lock_status():
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_repository/
H A Dtest_break_lock.py44 self.assertEqual(self.repo.get_physical_lock_status(),
45 self.unused_repo.get_physical_lock_status())
46 if not self.unused_repo.get_physical_lock_status():
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dinfo.py215 if (repository and repository.get_physical_lock_status() or
216 (branch and branch.get_physical_lock_status()) or
217 (working and working.get_physical_lock_status())):
221 if working.get_physical_lock_status():
227 if branch.get_physical_lock_status():
233 if repository.get_physical_lock_status():
H A Dcounted_lock.py48 def get_physical_lock_status(self): member in CountedLock
H A Dlockable_files.py208 def get_physical_lock_status(self): member in LockableFiles
H A Dworkingtree.py969 def get_physical_lock_status(self): member in WorkingTree
970 raise NotImplementedError(self.get_physical_lock_status)
H A Drepository.py501 def get_physical_lock_status(self): member in Repository
502 return self.control_files.get_physical_lock_status()
H A Dbranch.py335 def get_physical_lock_status(self): member in Branch
336 raise NotImplementedError(self.get_physical_lock_status)
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_foreign_vcs/
H A Dtest_repository.py76 self.assertFalse(repo.get_physical_lock_status())
H A Dtest_branch.py119 self.assertFalse(branch.get_physical_lock_status())
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_branch/
H A Dtest_break_lock.py53 if not other_instance.get_physical_lock_status():
H A Dtest_locking.py369 self.assertTrue(branch.get_physical_lock_status()) # XXX
497 if not branch.repository.get_physical_lock_status():
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dper_pack_repository.py591 self.assertFalse(repo.get_physical_lock_status())
604 self.assertTrue(repo.get_physical_lock_status())
607 self.assertFalse(repo.get_physical_lock_status())
612 self.assertTrue(repo.get_physical_lock_status())
H A Dtest_smart.py1547 self.assertEqual(True, branch.get_physical_lock_status())
1558 self.assertEqual(False, branch.get_physical_lock_status())
2298 if repo.get_physical_lock_status():
2310 self.assertEqual(False, repo.get_physical_lock_status())
H A Dtest_remote.py1193 result = branch.get_physical_lock_status()
1209 result = branch.get_physical_lock_status()
3091 result = repo.get_physical_lock_status()
3102 result = repo.get_physical_lock_status()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_lockable_files.py168 self.assertTrue(self.lockable.get_physical_lock_status())
/dports/devel/brz/breezy-3.2.0/breezy/bzr/smart/
H A Dbranch.py435 if branch.get_physical_lock_status():
H A Drepository.py793 if repository.get_physical_lock_status():
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dbranch.py236 def get_physical_lock_status(self): member in BzrBranch
237 return self.control_files.get_physical_lock_status()
H A Dworkingtree.py276 def get_physical_lock_status(self): member in InventoryWorkingTree
277 return self._control_files.get_physical_lock_status()
H A Dremote.py1598 def get_physical_lock_status(self): member in RemoteRepository
1605 return self._real_repository.get_physical_lock_status()
3631 def get_physical_lock_status(self): member in RemoteBranch
3638 return self._real_branch.get_physical_lock_status()
/dports/devel/brz/breezy-3.2.0/breezy/git/tests/
H A Dtest_branch.py164 self.assertFalse(self.git_branch.get_physical_lock_status())
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Drepository.py137 def get_physical_lock_status(self): member in GitRepository
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_info.py1303 repo_locked = lco_tree.branch.repository.get_physical_lock_status()
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_controldir/
H A Dtest_controldir.py1671 if not lock_repo.get_physical_lock_status():
1712 thisdir.find_repository().get_physical_lock_status()

12