Skip to content
Snippets Groups Projects
Commit 6faa3391 authored by Stanislau Hlebik's avatar Stanislau Hlebik
Browse files

hotfix: add unfiltered() method to fix tests

f05ede08dcf7d13794ccc9abb53877a50bf2b58b in mercurial main repo changed
changeset_printer so that it outputs all the troubles for the changeset.
To do it ctx.troubled() is accessed and in turn it asks for obsstore and
unfiltered() repo. It causes tests failures in hg-git because overlay repo has
neither obsstore field nor unfiltered method. This patch adds unfiltered method
that always returns unfiltered repo from the handler.
parent 06d523eb
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment