/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

  • Committer: Andrew Bennetts
  • Date: 2009-10-13 05:20:50 UTC
  • mfrom: (4634.52.16 2.0)
  • mto: This revision was merged to the branch mainline in revision 4738.
  • Revision ID: andrew.bennetts@canonical.com-20091013052050-u1w6tv0z7kqhn8d0
Merge 2.0 into lp:bzr, resolving conflicts in NEWS and releasing.txt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2434
2434
            raise NotImplementedError(self.dont_leave_lock_in_place)
2435
2435
        self._leave_lock = False
2436
2436
 
 
2437
    @needs_read_lock
2437
2438
    def get_rev_id(self, revno, history=None):
2438
2439
        if revno == 0:
2439
2440
            return _mod_revision.NULL_REVISION