##// END OF EJS Templates
visibility: fix a comment introduced before which is not up-to-date...
Boris Feld -
r35626:fe4e1352 default
parent child Browse files
Show More
@@ -439,8 +439,8 b' def _filterederror(repo, changeid):'
439 439 unfilteredrepo = repo.unfiltered()
440 440 ctx = unfilteredrepo[changeid]
441 441
442 # If the changeset is obsolete, enrich the hint with the reason that
443 # made this changeset not visible
442 # If the changeset is obsolete, enrich the message with the reason
443 # that made this changeset not visible
444 444 if ctx.obsolete():
445 445 reason = obsutil._getfilteredreason(unfilteredrepo, ctx)
446 446 msg = _("hidden revision '%s' %s") % (changeid, reason)
General Comments 0
You need to be logged in to leave comments. Login now