/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to remote.py

Implement RemoteBranch.{get,set}_push_location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
        """See Branch._synchronize_history()."""
312
312
        destination.generate_revision_history(self.last_revision())
313
313
 
 
314
    def get_push_location(self):
 
315
        return None
 
316
 
 
317
    def set_push_location(self, url):
 
318
        pass