##// END OF EJS Templates
context: stop catching RepoLookupError from namespace.singlenode()...
Martin von Zweigbergk -
r37409:3198d5a2 default
parent child Browse files
Show More
@@ -449,10 +449,6 b' class changectx(basectx):'
449 return
449 return
450 except KeyError:
450 except KeyError:
451 pass
451 pass
452 except error.FilteredRepoLookupError:
453 raise
454 except error.RepoLookupError:
455 pass
456
452
457 self._node = repo.unfiltered().changelog._partialmatch(changeid)
453 self._node = repo.unfiltered().changelog._partialmatch(changeid)
458 if self._node is not None:
454 if self._node is not None:
General Comments 0
You need to be logged in to leave comments. Login now