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

Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
        return self.repository.lookup_bzr_revision_id(
478
478
            revid, mapping=self.mapping)
479
479
 
 
480
    def get_unshelver(self, tree):
 
481
        raise errors.StoringUncommittedNotSupported(self)
 
482
 
480
483
 
481
484
class LocalGitBranch(GitBranch):
482
485
    """A local Git branch."""