##// END OF EJS Templates
context: delete an obsolete comment...
Martin von Zweigbergk -
r38798:e971d6eb default
parent child Browse files
Show More
@@ -438,7 +438,6 b' class changectx(basectx):'
438 "unsupported changeid '%s' of type %s" %
438 "unsupported changeid '%s' of type %s" %
439 (changeid, type(changeid)))
439 (changeid, type(changeid)))
440
440
441 # lookup failed
442 except (error.FilteredIndexError, error.FilteredLookupError):
441 except (error.FilteredIndexError, error.FilteredLookupError):
443 raise error.FilteredRepoLookupError(_("filtered revision '%s'")
442 raise error.FilteredRepoLookupError(_("filtered revision '%s'")
444 % pycompat.bytestr(changeid))
443 % pycompat.bytestr(changeid))
General Comments 0
You need to be logged in to leave comments. Login now