Show More
@@ -439,8 +439,8 b' def _filterederror(repo, changeid):' | |||||
439 | unfilteredrepo = repo.unfiltered() |
|
439 | unfilteredrepo = repo.unfiltered() | |
440 | ctx = unfilteredrepo[changeid] |
|
440 | ctx = unfilteredrepo[changeid] | |
441 |
|
441 | |||
442 |
# If the changeset is obsolete, enrich the |
|
442 | # If the changeset is obsolete, enrich the message with the reason | |
443 | # made this changeset not visible |
|
443 | # that made this changeset not visible | |
444 | if ctx.obsolete(): |
|
444 | if ctx.obsolete(): | |
445 | reason = obsutil._getfilteredreason(unfilteredrepo, ctx) |
|
445 | reason = obsutil._getfilteredreason(unfilteredrepo, ctx) | |
446 | msg = _("hidden revision '%s' %s") % (changeid, reason) |
|
446 | msg = _("hidden revision '%s' %s") % (changeid, reason) |
General Comments 0
You need to be logged in to leave comments.
Login now