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
=== modified file 'breezy/errors.py'
--- breezy/errors.py 2017-12-23 09:56:39 +0000
+++ breezy/errors.py 2018-02-24 18:02:48 +0000
@@ -245,15 +245,6 @@
245 self.tree = tree245 self.tree = tree
246246
247247
248class NoSuchIdInRepository(NoSuchId):
249
250 _fmt = ('The file id "%(file_id)s" is not present in the repository'
251 ' %(repository)r')
252
253 def __init__(self, repository, file_id):
254 BzrError.__init__(self, repository=repository, file_id=file_id)
255
256
257class NotStacked(BranchError):248class NotStacked(BranchError):
258249
259 _fmt = "The branch '%(branch)s' is not stacked."250 _fmt = "The branch '%(branch)s' is not stacked."

Subscribers

People subscribed via source and target branches