/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 bzrlib/remote.py

(John Arbash Meinel) Add Branch.get_revision_id_to_revno_map

Show diffs side-by-side

added added

removed removed

Lines of Context:
901
901
            rev_id = 'null:'
902
902
        else:
903
903
            rev_id = rev_history[-1]
 
904
        self._clear_cached_state()
904
905
        response = self._client.call('Branch.set_last_revision',
905
906
            path, self._lock_token, self._repo_lock_token, rev_id)
906
907
        if response[0] == 'NoSuchRevision':