Home
last modified time | relevance | path

Searched refs:_synchronize_history (Results 1 – 3 of 3) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dfullhistory.py98 def _synchronize_history(self, destination, revision_id): member in FullHistoryBzrBranch
100 super(BzrBranch, self)._synchronize_history(
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbranch.py1236 def _synchronize_history(self, destination, revision_id): member in Branch
2141 self.source._synchronize_history(self.target, revision_id)
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dremote.py1056 def _synchronize_history(self, destination, revision_id): member in RemoteGitBranch