/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/workingtree.py

Merge bzr.dev to resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
2258
2258
            last_rev = _mod_revision.NULL_REVISION
2259
2259
        if revision is None:
2260
2260
            revision = self.branch.last_revision()
2261
 
        else:
2262
 
            if revision not in self.branch.revision_history():
2263
 
                raise errors.NoSuchRevision(self.branch, revision)
2264
2261
 
2265
2262
        old_tip = old_tip or _mod_revision.NULL_REVISION
2266
2263