Merge lp:~jelmer/brz/no-such-repo into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: Vincent Ladeuil
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/no-such-repo
Merge into: lp:brz
Diff against target: 19 lines (+0/-9)
1 file modified
breezy/errors.py (+0/-9)
To merge this branch: bzr merge lp:~jelmer/brz/no-such-repo
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+339451@code.launchpad.net

Commit message

Remove unused NoSuchIdInRepository exception.

Description of the change

Remove unused NoSuchIdInRepository exception.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/errors.py'
2--- breezy/errors.py 2017-12-23 09:56:39 +0000
3+++ breezy/errors.py 2018-02-24 18:02:48 +0000
4@@ -245,15 +245,6 @@
5 self.tree = tree
6
7
8-class NoSuchIdInRepository(NoSuchId):
9-
10- _fmt = ('The file id "%(file_id)s" is not present in the repository'
11- ' %(repository)r')
12-
13- def __init__(self, repository, file_id):
14- BzrError.__init__(self, repository=repository, file_id=file_id)
15-
16-
17 class NotStacked(BranchError):
18
19 _fmt = "The branch '%(branch)s' is not stacked."

Subscribers

People subscribed via source and target branches