##// END OF EJS Templates
overlwayworkingctx: remove doubly bad reference to wrapped ctx for copies...
overlwayworkingctx: remove doubly bad reference to wrapped ctx for copies `_wrappedctx` lives on overlwayworkingctx, not on the repo object, so we should access it as `._wrappedctx`, not `._repo._wrappedctx`. More importantly, the overlayworkingctx is relative to its base, not including it, so the copies returned should not include copies made in the base. Differential Revision: https://phab.mercurial-scm.org/D7801

File last commit:

r32206:c4858385 default
r44491:f652b7dd default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer